DragonFly BSD
DragonFly bugs List (threaded) for 2012-01
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

[DragonFlyBSD - Bug #2285] POSIX semaphore function stubs return 0


From: Venkatesh Srinivas via Redmine <bugtracker-admin@xxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 22 Jan 2012 10:24:01 -0800

Issue #2285 has been reported by Venkatesh Srinivas.

----------------------------------------
Bug #2285: POSIX semaphore function stubs return 0
http://bugs.dragonflybsd.org/issues/2285

Author: Venkatesh Srinivas
Status: New
Priority: Normal
Assignee: 
Category: 
Target version: 


The POSIX semaphore (sem_open/...) routines don't exist on DragonFly. However, we implement stubs for them, which return 0 in libthread_xu, which is not terribly useful. The stubs in libc_r return SEM_FAILED and ENOSYS, which is better; however ENOSYS is not actually an allowed return value per-TheOpenGroup...


-- 
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://bugs.dragonflybsd.org/my/account



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]