cvs commit: src/lib/libpthread/thread thr_exit.c

David Xu davidxu at FreeBSD.org
Sun Aug 17 21:03:09 PDT 2003


davidxu     2003/08/17 21:03:08 PDT

  FreeBSD src repository

  Modified files:
    lib/libpthread/thread thr_exit.c 
  Log:
  Direct call exit if thread was never created. This makes it safe to call
  pthread_exit in main() without creating any thread.
  
  Tessted by: deischen
  
  Revision  Changes    Path
  1.34      +2 -0      src/lib/libpthread/thread/thr_exit.c


More information about the cvs-src mailing list