home *** CD-ROM | disk | FTP | other *** search
- Submitted-by: huy@rainbow.asd.sgi.com (Huy Nguyen)
-
- In Posix.4 draft 10, section 7 on real-time signals extension, page
- 119, the draft mentions that the range SIGRTMIN through SIGRTMAX
- inclusive shall include at least {RTSIG_MAX} signal numbers. A
- conforming implementation shall support a value for {RTSIG_MAX} of at
- least {_POSIX_RTSIG_MAX}.
-
- However, I couldn't find where _POSIX_RTSIG_MAX is defined? Is this an
- omission or it is up to the implementation to specify that limit in
- limits.h. Also, there is no mention of the signal names of the signals
- that fall between {SIGRTMIN, SIGRTMAX}. For portability, one would
- assume that the draft will specify the convention on these signal
- names. Can someone help me out on this?
-
-
- Thanks
-
- Volume-Number: Volume 26, Number 99
-
-