Don't use Fd/FD in foreign decls
authorIan Lynagh <igloo@earth.li>
Wed, 4 Apr 2007 15:58:22 +0000 (15:58 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 4 Apr 2007 15:58:22 +0000 (15:58 +0000)
commit8dff2a318448b67a99627d54bbad1108010cb61e
tree544590b4307867d072789d2a2c37b52b064642ad
parent9581ce16342f1c7adbefd16be2a72bcf54717b63
Don't use Fd/FD in foreign decls
Using CInt makes it much easier to verify that it is right, and we won't
get caught out by possible newtype switches between CInt/Int.
GHC/Conc.lhs
GHC/Handle.hs