cvs commit: src/sys/kern kern_sig.c

John Baldwin jhb at FreeBSD.org
Thu May 20 13:17:29 PDT 2004


jhb         2004/05/20 13:17:28 PDT

  FreeBSD src repository

  Modified files:
    sys/kern             kern_sig.c 
  Log:
  In tdsigwakeup(), use TD_ON_SLEEPQ() rather than TD_IS_SLEEPING() to see if
  a thread is on a sleep queue and should have it's sleep aborted.
  
  Reported by:    Thierry Herbelot thierry at herbelot dot com
  
  Revision  Changes    Path
  1.277     +1 -1      src/sys/kern/kern_sig.c


More information about the cvs-src mailing list