home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / volume.26 / text0088.txt < prev    next >
Encoding:
Text File  |  1992-02-21  |  776 b   |  21 lines

  1. Submitted-by: huy@rainbow.asd.sgi.com (Huy Nguyen)
  2.  
  3. In Posix.4 draft 10, section 7 on real-time signals extension, page
  4. 119, the draft mentions that the range SIGRTMIN through SIGRTMAX
  5. inclusive shall include at least {RTSIG_MAX} signal numbers. A
  6. conforming implementation shall support a value for {RTSIG_MAX} of at
  7. least {_POSIX_RTSIG_MAX}.
  8.  
  9. However, I couldn't find where _POSIX_RTSIG_MAX is defined? Is this an
  10. omission or it is up to the implementation to specify that limit in
  11. limits.h.  Also, there is no mention of the signal names of the signals
  12. that fall between {SIGRTMIN, SIGRTMAX}. For portability, one would
  13. assume that the draft will specify the convention on these signal
  14. names. Can someone help me out on this?
  15.  
  16.  
  17. Thanks
  18.  
  19. Volume-Number: Volume 26, Number 99
  20.  
  21.