[project @ 2001-01-11 17:25:56 by simonmar]
[ghc-hetmet.git] / ghc / lib / std / PrelPosixTypes.hsc
1 -----------------------------------------------------------------------------
2 -- $Id: PrelPosixTypes.hsc,v 1.1 2001/01/11 17:25:57 simonmar Exp $
3 -- 
4 -- (c) 2000
5 -- 
6 -- Module PrelPosixTypes
7
8 module PrelPosixTypes where
9
10 import PrelWord
11 import PrelInt
12
13 #include <sys/types.h>
14 #include <termios.h>
15
16 data CDir    = CDir
17
18 type CDev    = #type dev_t
19 type CGid    = #type gid_t
20 type CIno    = #type ino_t
21 type CMode   = #type mode_t
22 type CNlink  = #type nlink_t
23 type COff    = #type off_t
24 type CPid    = #type pid_t
25 type CSsize  = #type ssize_t
26 type CUid    = #type uid_t
27 type CCc     = #type cc_t
28 type CSpeed  = #type speed_t
29 type CTcflag = #type tcflag_t
30 type CTime   = #type time_t