delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/1997/03/25/23:56:17

From: khan AT xraylith DOT wisc DOT edu (Mumit Khan)
Subject: [Revised] Missing sigaction proto in <sys/signal.h>
25 Mar 1997 23:56:17 -0800 :
Approved: cygnus DOT gnu-win32 AT cygnus DOT com
Distribution: cygnus
Message-ID: <9703260559.AA01382.cygnus.gnu-win32@brahma.xraylith.wisc.edu>
Original-To: gnu-win32 AT cygnus DOT com
Original-Sender: owner-gnu-win32 AT cygnus DOT 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 AT xraylith DOT wisc DOT edu
http://www.xraylith.wisc.edu/~khan/
-
For help on using this list, send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019