cvs commit: src/lib/libthr/thread thr_join.c

Mike Makonnen mtm at FreeBSD.org
Mon Mar 29 05:53:44 PST 2004


mtm         2004/03/29 05:53:43 PST

  FreeBSD src repository

  Modified files:
    lib/libthr/thread    thr_join.c 
  Log:
  o Don't explicitly check the thread for NULL. That is the caller's
    responsibility.
  o If a thread is not joinable, the correct return value is EINVAL.
  
  Revision  Changes    Path
  1.13      +10 -6     src/lib/libthr/thread/thr_join.c


More information about the cvs-all mailing list