Date: Wed, 24 Dec 1997 21:07:21 -0800 (PST) From: Alex Nash <alex@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-include@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/include pthread.h src/lib/libc_r/uthread uthread_detach.c Message-ID: <199712250507.VAA10170@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
alex 1997/12/24 21:07:21 PST Modified files: include pthread.h lib/libc_r/uthread uthread_detach.c Log: Changed pthread_detach to conform to POSIX, i.e. the single argument provided is of type pthread_t instead of pthread_t *. PR: 4320 Return EINVAL instead of ESRCH if attempting to detach an already detached thread. Revision Changes Path 1.7 +1 -1 src/include/pthread.h 1.4 +3 -10 src/lib/libc_r/uthread/uthread_detach.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199712250507.VAA10170>