[project @ 2001-07-13 11:11:34 by rrt]
[ghc-hetmet.git] / ghc / lib / std / cbits / errno.c
index 9f782b0..b5751f6 100644 (file)
@@ -1,7 +1,7 @@
 /* 
  * (c) The University of Glasgow, 2000-2001
  *
- * $Id: errno.c,v 1.5 2001/05/18 16:54:06 simonmar Exp $
+ * $Id: errno.c,v 1.6 2001/07/13 11:11:34 rrt Exp $
  *
  * GHC Error Number Conversion
  */
@@ -9,6 +9,7 @@
 #include "HsStd.h"
 
 /* Raw errno */
+/* Covers up the fact that on Windows this is a function */
 
 int *ghcErrno(void) {
   return &errno;