[project @ 2001-12-27 09:28:10 by sof]
[ghc-hetmet.git] / ghc / lib / std / PrelPosix.hsc
index b558b47..5468061 100644 (file)
@@ -284,12 +284,6 @@ foreign import "closesocket" unsafe
 foreign import "lseek" unsafe
    c_lseek :: CInt -> COff -> CInt -> IO COff
 
-foreign import "write" unsafe 
-   c_write :: CInt -> Ptr CChar -> CSize -> IO CSsize
-
-foreign import "read" unsafe 
-   c_read :: CInt -> Ptr CChar -> CSize -> IO CSsize
-
 #ifndef mingw32_TARGET_OS
 foreign import "fcntl" unsafe
    fcntl_read  :: CInt -> CInt -> IO CInt