From: simonmar Date: Tue, 10 Sep 2002 09:06:07 +0000 (+0000) Subject: [project @ 2002-09-10 09:06:07 by simonmar] X-Git-Tag: nhc98-1-18-release~863 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=cdca1cd8e3b95c7725258b73a369a53041b8a9c2;hp=fd8492c3679bcaae193fb892bb035c4401ec9138;p=ghc-base.git [project @ 2002-09-10 09:06:07 by simonmar] Remove CBlkCnt and add it to the ToDo list; it clearly isn't present on several systems yet. Fortunately we weren't using it. --- diff --git a/System/Posix/Types.hs b/System/Posix/Types.hs index be01bec..ce88f2c 100644 --- a/System/Posix/Types.hs +++ b/System/Posix/Types.hs @@ -23,7 +23,7 @@ module System.Posix.Types ( #ifndef mingw32_TARGET_OS CGid(..), CNlink(..), CSsize(..), CUid(..), CCc(..), CSpeed(..), - CTcflag(..), CBlkCnt(..), + CTcflag(..), #endif Fd(..), @@ -82,10 +82,9 @@ INTEGRAL_TYPE(CUid,tyConCUid,"CUid",HTYPE_UID_T) NUMERIC_TYPE(CCc,tyConCCc,"CCc",HTYPE_CC_T) NUMERIC_TYPE(CSpeed,tyConCSpeed,"CSpeed",HTYPE_SPEED_T) INTEGRAL_TYPE(CTcflag,tyConCTcflag,"CTcflag",HTYPE_TCFLAG_T) -INTEGRAL_TYPE(CBlkCnt,tyConBlkCnd,"CBlkCnt",HTYPE_BLKCNT_T) #endif --- ToDo: blksize_t, clockid_t, fsblkcnt_t, fsfilcnt_t, id_t, key_t +-- ToDo: blksize_t, clockid_t, blkcnt_t, fsblkcnt_t, fsfilcnt_t, id_t, key_t -- suseconds_t, timer_t, useconds_t -- Make an Fd type rather than using CInt everywhere