From: khan@xraylith.wisc.edu (Mumit Khan)
Subject: [Revised] Missing sigaction proto in <sys/signal.h>
25 Mar 1997 23:56:17 -0800
Approved: cygnus.gnu-win32@cygnus.com
Distribution: cygnus
Message-ID: <9703260559.AA01382.cygnus.gnu-win32@brahma.xraylith.wisc.edu>
Original-To: gnu-win32@cygnus.com
Original-Sender: owner-gnu-win32@cygnus.com

Please replace the previous patch (mailed to the list an hour or so ago) 
with the following one. The last one conflicts with the proto in 
winsup/winsup.h (parameter const'ness). Only found it when rebuilding
the whole bit.

*** signal.h.~1 Tue Mar 25 22:32:25 1997
--- signal.h    Tue Mar 25 23:46:39 1997
***************
*** 24,29 ****
--- 24,33 ----
  #define sigaddset(what,sig) (*(what) |= (1<<(sig)))
  #define sigemptyset(what)   (*(what) = 0)
  
+ /* From winsup/winsup.h */
+ int _EXFUN(sigaction, (int signum,
+              const struct sigaction *newaction,
+              struct sigaction *oldaction));
  int sigprocmask (int how, const sigset_t *a, sigset_t *b);
  #endif /* _STRICT_ANSI */


Regards,
Mumit -- khan@xraylith.wisc.edu
http://www.xraylith.wisc.edu/~khan/
-
For help on using this list, send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
