FDs are CInts now, fixing non-GHC builds
authorsven.panne@aedion.de <unknown>
Sun, 25 Feb 2007 10:56:20 +0000 (10:56 +0000)
committersven.panne@aedion.de <unknown>
Sun, 25 Feb 2007 10:56:20 +0000 (10:56 +0000)
System/Posix/Internals.hs

index a39c66d..a679949 100644 (file)
@@ -66,7 +66,7 @@ type CUtimbuf   = ()
 type CUtsname   = ()
 
 #ifndef __GLASGOW_HASKELL__
-type FD = Int
+type FD = CInt
 #endif
 
 -- ---------------------------------------------------------------------------