FDs are CInts now, fixing non-GHC builds
[haskell-directory.git] / 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
 
 -- ---------------------------------------------------------------------------