From 45125442af57100b7ba8494f3ec68af610ad1fd3 Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 26 Mar 2003 12:35:34 +0000 Subject: [PATCH] [project @ 2003-03-26 12:35:34 by simonmar] Add getrlimit()/setrlimit() suppport --- System/Posix/Types.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/System/Posix/Types.hs b/System/Posix/Types.hs index e35bb06..884595e 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(..), CUid(..), CCc(..), CSpeed(..), - CTcflag(..), + CTcflag(..), CRLim(..), #endif Fd(..), @@ -84,6 +84,7 @@ 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(CRLim,tyConCRlim,"CRLim",HTYPE_RLIM_T) #endif -- ToDo: blksize_t, clockid_t, blkcnt_t, fsblkcnt_t, fsfilcnt_t, id_t, key_t -- 1.7.10.4