From fb789a7a51ba183c2600711a5f771720930aa1da Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 12 Sep 2002 16:38:22 +0000 Subject: [project @ 2002-09-12 16:38:21 by simonmar] More POSIX bits... we're getting there. --- cbits/HsUnix.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 cbits/HsUnix.c (limited to 'cbits/HsUnix.c') diff --git a/cbits/HsUnix.c b/cbits/HsUnix.c new file mode 100644 index 0000000..ebaeed3 --- /dev/null +++ b/cbits/HsUnix.c @@ -0,0 +1,12 @@ +/* ----------------------------------------------------------------------------- + * $Id: HsUnix.c,v 1.1 2002/09/12 16:38:22 simonmar Exp $ + * + * (c) The University of Glasgow 2002 + * + * Definitions for package `unix' which are visible in Haskell land. + * + * ---------------------------------------------------------------------------*/ + +// Out-of-line versions of all the inline functions from HsUnix.h +#define INLINE /* nothing */ +#include "HsUnix.h" -- cgit v1.2.3