9f782b005bebc8fcbdcf8863f26725b45746b976
[ghc-hetmet.git] / ghc / lib / std / cbits / errno.c
1 /* 
2  * (c) The University of Glasgow, 2000-2001
3  *
4  * $Id: errno.c,v 1.5 2001/05/18 16:54:06 simonmar Exp $
5  *
6  * GHC Error Number Conversion
7  */
8
9 #include "HsStd.h"
10
11 /* Raw errno */
12
13 int *ghcErrno(void) {
14   return &errno;
15 }