* 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

@ -1,3 +1,7 @@
2004-10-04 Christopher Faylor <cgf@timesys.com>
* include/cygwin/signal.h: Add siginterrupt definition.
2004-10-02 Pierre Humblet <pierre.humblet@ieee.org> 2004-10-02 Pierre Humblet <pierre.humblet@ieee.org>
* path.h (enum path_types): Delete PATH_ISDISK. * path.h (enum path_types): Delete PATH_ISDISK.

View File

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