1
0
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:
Roland McGrath
2014-12-12 13:17:21 -08:00
parent c76d1ff514
commit e4f639e4a1
14 changed files with 113 additions and 183 deletions

View File

@ -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