aboutsummaryrefslogtreecommitdiffhomepage
path: root/cbits/HsUnix.c
diff options
context:
space:
mode:
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"