[Revised] Missing sigaction proto in <sys/signal.h>

Mumit Khan khan@xraylith.wisc.edu
Tue Mar 25 21:59:00 GMT 1997


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".



More information about the Cygwin mailing list