cvs commit: src/sys/kern kern_sig.c

David Xu davidxu at FreeBSD.org
Sat Jun 28 01:03:29 PDT 2003


davidxu     2003/06/28 01:03:28 PDT

  FreeBSD src repository

  Modified files:
    sys/kern             kern_sig.c 
  Log:
  Fix POSIX compatible bug for sigwaitinfo and sigtimedwait.
  POSIX says siginfo pointer parameter can be NULL and if the
  function success, it should return signal number but not zero.
  The waitset it past should be negatived before it can be
  used as thread signal mask.
  
  Revision  Changes    Path
  1.246     +11 -4     src/sys/kern/kern_sig.c


More information about the cvs-src mailing list