incubator-nuttx/fs/semaphore
wangbowen6 a491d07061 sem_unlink: return ENOENT when the named semaphore does not exist.
Follow posix, return ENOENT when the named semaphore does not
exist to fix the ltp open posix sem_unlink 4-1.c test problem.

Signed-off-by: wangbowen6 <wangbowen6@xiaomi.com>
2023-01-09 22:46:30 +08:00
..
Kconfig semaphore: Change FS_NAMED_SEMPATH from "/var/lock" to "/var/sem" 2022-02-05 23:58:01 +01:00
Make.defs Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
sem_close.c Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
sem_open.c Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
sem_unlink.c sem_unlink: return ENOENT when the named semaphore does not exist. 2023-01-09 22:46:30 +08:00
semaphore.h Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00