* include/cygwin/signal.h: Add siginterrupt definition.
This commit is contained in:
parent
a5aa8c3e3a
commit
34421ac3e5
|
@ -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>
|
||||
|
||||
* path.h (enum path_types): Delete PATH_ISDISK.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue