[project @ 2001-06-28 14:15:04 by simonmar]
[ghc-base.git] / cbits / errno.c
1 /* 
2  * (c) The University of Glasgow, 2000-2001
3  *
4  * $Id: errno.c,v 1.1 2001/06/28 14:15:04 simonmar Exp $
5  *
6  * GHC Error Number Conversion
7  */
8
9 #include "HsCore.h"
10
11 /* Raw errno */
12
13 int *ghcErrno(void) {
14   return &errno;
15 }