Changeset 2305
- Timestamp:
- Aug 22, 2005, 7:32:56 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/sys/signal.h
-
Property cvs2svn:cvs-rev
changed from
1.12
to1.13
r2304 r2305 116 116 #define SIGRTMIN 33 /** First real time signal. */ 117 117 #define SIGRTMAX 63 /** Last real time signal (inclusive) */ 118 #if __BSD_VISIBLE || __USE_MISC118 #if __BSD_VISIBLE || defined __USE_MISC 119 119 #define _NSIG (SIGRTMAX + 1) /** Number of signals (exclusive). Valid range is 1 to (_NSIG-1). */ 120 120 #define NSIG _NSIG /** See _NSIG. */ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.