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