* include/cygwin/signal.h: Add missing sigrelse prototype.

This commit is contained in:
Corinna Vinschen 2005-11-10 09:12:22 +00:00
parent 8eb445cfd3
commit 03ea3f832e
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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