CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2012/01/04 10:59:28
Modified files: lib/librthread : rthread_sem.c Log message: Add some sanity checks, set errno accordingly to POSIX and add the named semaphore stubs already provided by libpthread. We may move them in their own file in the future when we figure out a real implementation. Discussed with and looks ok to guenther@