mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
NPTL: Refactor named semaphore code to use shm-directory.h
This commit is contained in:
@ -133,6 +133,9 @@ __shm_directory (size_t *len)
|
||||
*len = mountpoint.dirlen;
|
||||
return mountpoint.dir;
|
||||
}
|
||||
#if IS_IN (libpthread)
|
||||
hidden_def (__shm_directory)
|
||||
#endif
|
||||
|
||||
|
||||
/* Make sure the table is freed if we want to free everything before
|
||||
|
Reference in New Issue
Block a user