mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
NPTL: Refactor named semaphore code to use shm-directory.h
This commit is contained in:
@ -32,7 +32,7 @@
|
||||
int
|
||||
shm_open (const char *name, int oflag, mode_t mode)
|
||||
{
|
||||
SHM_GET_NAME (EINVAL, -1);
|
||||
SHM_GET_NAME (EINVAL, -1, "");
|
||||
|
||||
# ifdef O_NOFOLLOW
|
||||
oflag |= O_NOFOLLOW;
|
||||
|
Reference in New Issue
Block a user