[project @ 2001-12-28 22:58:17 by sof]
authorsof <unknown>
Fri, 28 Dec 2001 22:58:17 +0000 (22:58 +0000)
committersof <unknown>
Fri, 28 Dec 2001 22:58:17 +0000 (22:58 +0000)
struct sigset_t -> sigset_t

ghc/lib/std/cbits/PrelIOUtils.c

index a6ad8a1..bbed173 100644 (file)
@@ -210,7 +210,7 @@ int prel_sizeof_termios()
 int prel_sizeof_sigset_t()
 {
 #ifndef mingw32_TARGET_OS
-  return sizeof(struct sigset_t);
+  return sizeof(sigset_t);
 #else
   return 0;
 #endif
@@ -225,7 +225,7 @@ int prel_echo()
 #endif
 
 }
-extern int prel_tcsanow()
+int prel_tcsanow()
 {
 #ifdef TCSANOW
   return TCSANOW;