sem_unlink
(3)remove a named semaphore
#include <semaphore.h> int sem_unlink(const char *name);
LIBRARY
DESCRIPTION
RETURN VALUE
ERRORS
- EACCES
- The caller does not have permission to unlink this semaphore.
- ENAMETOOLONG
- name was too long.
- ENOENT
- There is no semaphore with the given name.