Module Name: src Committed By: joerg Date: Wed Mar 7 23:31:44 UTC 2012
Modified Files: src/lib/libpthread: sem.c src/tests/lib/libpthread: t_sem.c Log Message: Remove libpthread's semaphore implementation and always use the kernel one. The implementation doesn't provide an async-safe sem_post and can't without a lot of work on the pthread primitives. Remove bogus time out requirement in test case, it should have been a "known failure" if anything. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/lib/libpthread/sem.c cvs rdiff -u -r1.5 -r1.6 src/tests/lib/libpthread/t_sem.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.