* 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

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