mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
NPTL: Refactor named semaphore code to use shm-directory.h
This commit is contained in:
@ -32,7 +32,7 @@
|
||||
int
|
||||
shm_unlink (const char *name)
|
||||
{
|
||||
SHM_GET_NAME (ENOENT, -1);
|
||||
SHM_GET_NAME (ENOENT, -1, "");
|
||||
|
||||
int result = unlink (shm_name);
|
||||
if (result < 0 && errno == EPERM)
|
||||
|
Reference in New Issue
Block a user