Changeset 1633 for trunk/src/emx/include/signal.h
- Timestamp:
- Nov 15, 2004, 9:21:54 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/signal.h
-
Property cvs2svn:cvs-rev
changed from
1.5
to1.6
r1632 r1633 3 3 * @changed bird: Added sighold(), sigignore(), sigrelse(). Added wrapper 4 4 * between the two sigpause() APIs. 5 * @changed bird: include sys/timespec.h. 5 6 */ 6 7 … … 47 48 #include <sys/_types.h> 48 49 #include <sys/signal.h> 50 #include <sys/timespec.h> /* bird: Need full timespec declaration. */ 49 51 50 52 #if __BSD_VISIBLE -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.