aboutsummaryrefslogtreecommitdiffhomepage
path: root/cbits/HsUnix.c
diff options
context:
space:
mode:
authorGravatar simonmar <unknown>2002-09-12 16:38:22 +0000
committerGravatar simonmar <unknown>2002-09-12 16:38:22 +0000
commitfb789a7a51ba183c2600711a5f771720930aa1da (patch)
tree506bf212d27b9069fe29eef7160fc87ba1b82d20 /cbits/HsUnix.c
parent7f4767d8c35cee56b8fcb5f949bd4aa30deea061 (diff)
[project @ 2002-09-12 16:38:21 by simonmar]
More POSIX bits... we're getting there.
Diffstat (limited to 'cbits/HsUnix.c')
-rw-r--r--cbits/HsUnix.c12
1 files changed, 12 insertions, 0 deletions
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"