Changes between Initial Version and Version 1 of Ticket #15272
- Timestamp:
- Aug 21, 2019, 1:24:23 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15272
- Property Summary sem_unlink 3-1 posix tests fails → POSIX sem test failures
-
Ticket #15272 – Description
initial v1 1 Ref: 2 https://github.com/haiku/open_posix_testsuite/blob/from_haiku_trunk/conformance/interfaces/sem_unlink/3-1.c 3 4 * sem_unlink will return -1 and set errno to EACCESS if the process has not 5 * priviledge to unlink the sem. 6 1 Various POSIX semaphore API tests from the Open POSIX Testsuite fail, including some for sem_init, sem_open, sem_unlink, sem_post, and sem_timedwait.