[project @ 2002-12-20 09:41:20 by simonmar]
authorsimonmar <unknown>
Fri, 20 Dec 2002 09:41:20 +0000 (09:41 +0000)
committersimonmar <unknown>
Fri, 20 Dec 2002 09:41:20 +0000 (09:41 +0000)
Remove c_uname from here, it isn't required in the base package

GHC/Posix.hs

index 82fb011..a8e0f7b 100644 (file)
@@ -397,9 +397,6 @@ foreign import ccall unsafe "tcgetattr"
 foreign import ccall unsafe "tcsetattr"
    c_tcsetattr :: CInt -> CInt -> Ptr CTermios -> IO CInt
 
-foreign import ccall unsafe "uname"
-   c_uname :: Ptr CUtsname -> IO CInt
-
 foreign import ccall unsafe "utime"
    c_utime :: CString -> Ptr CUtimbuf -> IO CMode