Changeset 1624 for trunk/src/emx/include/signal.h
- Timestamp:
- Nov 8, 2004, 2:06:04 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/signal.h
-
Property cvs2svn:cvs-rev
changed from
1.4
to1.5
r1623 r1624 91 91 * in scope (in the current implementation), so we can't use it here. 92 92 */ 93 #endif /* bird we do */ 93 94 int sigqueue(__pid_t, int, const union sigval); 94 #endif95 95 struct timespec; 96 96 int sigtimedwait(const sigset_t * __restrict, siginfo_t * __restrict, … … 124 124 int sigignore(int); 125 125 int sigrelse(int); 126 void (*sigset(int, void (*)(int)))(int); 126 127 #endif 127 128 #if __BSD_VISIBLE && !defined(_XOPEN_SOURCE) && !defined(sigpause) -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.