[project @ 2003-09-12 13:05:19 by simonmar]
[haskell-directory.git] / System / Posix / Types.hs
index 7a9d6da..cc04f32 100644 (file)
@@ -42,7 +42,8 @@ module System.Posix.Types (
   ProcessGroupID,
   DeviceID,
   FileID,
-  FileMode
+  FileMode,
+  Limit
  ) where
 
 import Foreign
@@ -109,3 +110,5 @@ type FileMode       = CMode
 type ProcessID      = CPid
 type FileOffset     = COff
 type ProcessGroupID = CPid
+type Limit         = CLong
+