* include/cygwin/signal.h: Add siginterrupt definition.

This commit is contained in:
Christopher Faylor
2004-10-04 14:04:31 +00:00
parent a5aa8c3e3a
commit 34421ac3e5
2 changed files with 6 additions and 1 deletions

View File

@@ -207,7 +207,8 @@ struct sigaction
int sigwait (const sigset_t *, int *);
int sigwaitinfo (const sigset_t *, siginfo_t *);
int sighold (int);
int sigqueue(pid_t, int, const union sigval);
int sigqueue(pid_t, int, const union);
int siginterrupt (int, int);
#ifdef __cplusplus
}
#endif