Date: Fri, 16 Jan 2004 18:45:37 -0800 (PST) From: David Xu <davidxu@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen sem.c Message-ID: <200401170245.i0H2jbx9029178@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
davidxu 2004/01/16 18:45:37 PST FreeBSD src repository Modified files: lib/libc/gen sem.c Log: Enable cancellation point in sem_wait, it is required by POSIX. For pshared semaphore, this commit still does not enable cancellation point, I think there should be a pthread_enter_cancellation_point_np for libc to implement a safe cancellation point. Revision Changes Path 1.6 +18 -2 src/lib/libc/gen/sem.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401170245.i0H2jbx9029178>