* include/cygwin/signal.h: Add missing sigrelse prototype.
This commit is contained in:
parent
8eb445cfd3
commit
03ea3f832e
|
@ -1,3 +1,7 @@
|
|||
2005-11-09 Scott Finneran <scottf@pacom.com>
|
||||
|
||||
* include/cygwin/signal.h: Add missing sigrelse prototype.
|
||||
|
||||
2005-11-08 Christopher Faylor <cgf@timesys.com>
|
||||
|
||||
* fhandler_base.cc (fhandler_base::readv): Free buf, not a pointer into
|
||||
|
|
|
@ -222,6 +222,7 @@ struct sigaction
|
|||
int sigwait (const sigset_t *, int *);
|
||||
int sigwaitinfo (const sigset_t *, siginfo_t *);
|
||||
int sighold (int);
|
||||
int sigrelse (int);
|
||||
int sigqueue(pid_t, int, const union sigval);
|
||||
int siginterrupt (int, int);
|
||||
#ifdef __cplusplus
|
||||
|
|
Loading…
Reference in New Issue