home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / linux / 25189 < prev    next >
Encoding:
Text File  |  1993-01-23  |  1.1 KB  |  26 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!usc!news.service.uci.edu!ucivax!ucla-cs!twinsun!eggert
  3. From: eggert@twinsun.com (Paul Eggert)
  4. Subject: Re: bug in CVS-1.3 or <signal.h>:__sigmask
  5. Message-ID: <bkL#Ot~Z@twinsun.com>
  6. Sender: usenet@twinsun.com
  7. Supersedes: <bkLqw5XV@twinsun.com>
  8. Nntp-Posting-Host: farside
  9. Organization: Twin Sun Inc, El Segundo, CA, USA
  10. X-Newsreader: NN version 6.4.19
  11. References: <1993Jan22.142240.16071@infodev.cam.ac.uk>
  12. Date: Sat, 23 Jan 1993 03:33:18 GMT
  13. Lines: 11
  14.  
  15. ijackson@nyx.cs.du.edu (Ian Jackson) writes:
  16.  
  17.     Unfortunately I don't have access to any POSIX documentation to find
  18.     out which of <signal.h> and CVS is right (ie, whether CVS is allowed
  19.     to pass to sigismember a signal number which is out of range), so I
  20.     don't know which file to patch.
  21.  
  22. Linux is the one that's wrong.  Posix 1003.1-1990 section 3.3.3.4 says that
  23. sigismember need not detect signals out of range; but section 2.4 says
  24. that if sigismember doesn't detect an error, it must succeed.
  25. Going into an infinite loop isn't success.
  26.