From dedf929bb632beadd9e15d0e572f631e644bdbe2 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 20 Dec 2002 09:41:20 +0000 Subject: [PATCH] [project @ 2002-12-20 09:41:20 by simonmar] Remove c_uname from here, it isn't required in the base package --- GHC/Posix.hs | 3 --- 1 file changed, 3 deletions(-) diff --git a/GHC/Posix.hs b/GHC/Posix.hs index 82fb011..a8e0f7b 100644 --- a/GHC/Posix.hs +++ b/GHC/Posix.hs @@ -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 -- 1.7.10.4