home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / linux / 23272 < prev    next >
Encoding:
Text File  |  1993-01-08  |  599 b   |  23 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!enterpoop.mit.edu!bloom-picayune.mit.edu!daemon
  3. From: shap@halifax.syncomas.com
  4. Subject: bug in signal.h
  5. Message-ID: <1993Jan8.212309.10182@athena.mit.edu>
  6. Sender: daemon@athena.mit.edu (Mr Background)
  7. Reply-To: shap@halifax.syncomas.com
  8. Organization: The Internet
  9. Date: Fri, 8 Jan 1993 21:23:09 GMT
  10. Lines: 11
  11.  
  12. The macro for sigismember() needs to test that the signal number
  13. passed is <= _NSIG.  Some programs depend on sigismember responding
  14. with '0' if the value is out of range.
  15.  
  16. I found this when trying to build CVS.
  17.  
  18.  
  19. Thanks
  20.  
  21.  
  22. Jonathan S. Shapiro
  23.