cvs commit: src/lib/libthr/thread thr_detach.c
    Mike Makonnen 
    mtm at FreeBSD.org
       
    Mon Mar 29 05:51:52 PST 2004
    
    
  
mtm         2004/03/29 05:51:51 PST
  FreeBSD src repository
  Modified files:
    lib/libthr/thread    thr_detach.c 
  Log:
  o If a thread is marked as detached AND on the dead threads list
    the correct return value is ESRCH.
  o Don't check the attribute for NULL. It's the caller's responsibility.
  o Make the bitwise comparison explicit.
  
  Revision  Changes    Path
  1.7       +3 -3      src/lib/libthr/thread/thr_detach.c
    
    
More information about the cvs-all
mailing list