Changeset 1035 for trunk/src/emx/include/signal.h
- Timestamp:
- Jan 24, 2004, 10:59:04 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/signal.h
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r1034 r1035 3 3 #ifndef _SIGNAL_H 4 4 #define _SIGNAL_H 5 #include <sys/cdefs.h> 5 6 #include <sys/signal.h> 7 8 #if __BSD_VISIBLE 9 /* 10 * XXX should enlarge these, if only to give empty names instead of bounds 11 * errors for large signal numbers. 12 */ 13 extern __const char *__const sys_signame[NSIG]; 14 extern __const char *__const sys_siglist[NSIG]; 15 extern __const int sys_nsig; 16 #endif 17 18 6 19 #endif /* not _SIGNAL_H */ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.