aboutsummaryrefslogtreecommitdiffhomepage
path: root/System/Posix/IO.hsc
diff options
context:
space:
mode:
authorGravatar simonmar <unknown>2002-12-19 13:52:55 +0000
committerGravatar simonmar <unknown>2002-12-19 13:52:55 +0000
commitf46082b665d7748bdec2981e21d332ee90a7c1cd (patch)
treef6f6b13fc4d7b60694430ccf8be29f97bed2e57d /System/Posix/IO.hsc
parent7ad2b37cfbe3977a0a5e69c85941aa84c9e57286 (diff)
[project @ 2002-12-19 13:52:55 by simonmar]
Fill in some more bits in the new Unix library: specifically the contents of PosixTTY and PosixDB (now System.Posix.Terminal and System.Posix.User respectively). We're now about 95% complete w.r.t. the old posix library. I've identified the reminaing bits to do in System/Posix.hs.
Diffstat (limited to 'System/Posix/IO.hsc')
-rw-r--r--System/Posix/IO.hsc2
1 files changed, 0 insertions, 2 deletions
diff --git a/System/Posix/IO.hsc b/System/Posix/IO.hsc
index 9468f0e..f7baed7 100644
--- a/System/Posix/IO.hsc
+++ b/System/Posix/IO.hsc
@@ -69,8 +69,6 @@ import GHC.Handle hiding (fdToHandle, openFd)
import qualified GHC.Handle
#endif
-#include <unistd.h>
-#include <fcntl.h>
#include "HsUnix.h"
-- -----------------------------------------------------------------------------