Date: Wed, 24 Jun 1998 17:04:22 -0700 (PDT) From: John Birrell <jb@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc_r/uthread uthread_join.c Message-ID: <199806250004.RAA00219@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jb 1998/06/24 17:04:21 PDT Modified files: lib/libc_r/uthread uthread_join.c Log: Add the missing {} that caused the function to return ESRCH if it had to wait for the thread to exit and if the caller didn't want the thread exit status. Revision Changes Path 1.6 +2 -1 src/lib/libc_r/uthread/uthread_join.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199806250004.RAA00219>