[project @ 2003-07-10 19:25:58 by sof]
[haskell-directory.git] / include / ghc_errno.h
1 /* -----------------------------------------------------------------------------
2  * $Id: ghc_errno.h,v 1.1 2001/06/28 14:15:04 simonmar Exp $
3  *
4  * (c) The GHC Team 2001
5  *
6  * Haskell-usable version of errno
7  *
8  * ---------------------------------------------------------------------------*/
9
10 #ifndef GHCERRNO_H
11 #define GHCERRNO_H
12
13 int *ghcErrno(void);
14
15 #endif