[project @ 2002-02-12 15:17:13 by simonmar]
[ghc-hetmet.git] / ghc / lib / std / cbits / ghc_errno.h
diff --git a/ghc/lib/std/cbits/ghc_errno.h b/ghc/lib/std/cbits/ghc_errno.h
deleted file mode 100644 (file)
index 89da593..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-/* -----------------------------------------------------------------------------
- * $Id: ghc_errno.h,v 1.1 2001/01/27 07:46:27 qrczak Exp $
- *
- * (c) The GHC Team 2001
- *
- * Haskell-usable version of errno
- *
- * ---------------------------------------------------------------------------*/
-
-#ifndef GHCERRNO_H
-#define GHCERRNO_H
-
-int *ghcErrno(void);
-
-#endif