Changeset 1614 for trunk/src/emx/include/signal.h
- Timestamp:
- Nov 5, 2004, 3:16:17 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/signal.h
-
Property cvs2svn:cvs-rev
changed from
1.3
to1.4
r1613 r1614 1 #ifdef __NEW_SIGNALS__2 1 /** @file 3 2 * FreeBSD 5.1 … … 136 135 #endif /* !_SIGNAL_H_ */ 137 136 138 #else /* !__NEW_SIGNALS__ */139 140 /* signal.h (emx+gcc) */141 142 #ifndef _SIGNAL_H143 #define _SIGNAL_H144 #include <sys/cdefs.h>145 #include <sys/signal.h>146 147 #if __BSD_VISIBLE148 /*149 * XXX should enlarge these, if only to give empty names instead of bounds150 * errors for large signal numbers.151 */152 extern __const char *__const sys_signame[NSIG];153 extern __const char *__const sys_siglist[NSIG];154 extern __const int sys_nsig;155 #endif156 157 158 #endif /* not _SIGNAL_H */159 160 #endif /* !__NEW_SIGNALS__ */ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.