summaryrefslogtreecommitdiff
path: root/sysdeps/generic/shm-directory.h
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2016-03-19 03:51:18 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2016-03-19 03:51:18 +0100
commit9b2a7e6d85b95a0b2b776e36c2dd52db4ccef045 (patch)
treefbf0daf8cc9f8ac9564f503161274691b044d929 /sysdeps/generic/shm-directory.h
parent09ba6794c68c123caa9706245882d87febed0aff (diff)
parent76ae117cd745eb783d2f680e136c19628fa1187e (diff)
Merge branch 'master-glibc-2.21' into master-glibc-2.23
Diffstat (limited to 'sysdeps/generic/shm-directory.h')
-rw-r--r--sysdeps/generic/shm-directory.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/sysdeps/generic/shm-directory.h b/sysdeps/generic/shm-directory.h
new file mode 100644
index 0000000..8950284
--- /dev/null
+++ b/sysdeps/generic/shm-directory.h
@@ -0,0 +1,31 @@
+/* Header for directory for shm/sem files. libpthread version.
+ Copyright (C) 2014-2015 Free Software Foundation, Inc.
+ This file is part of the GNU C Library.
+
+ The GNU C Library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ The GNU C Library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
+
+#ifndef _SHM_DIRECTORY_H
+
+#include <sysdeps/posix/shm-directory.h>
+
+/* For libpthread the __shm_directory function lives in libpthread.
+ We don't want PLT calls from there. But it's also used from
+ librt, so it cannot just be declared hidden. */
+
+#if IS_IN (libpthread)
+hidden_proto (__shm_directory)
+#endif
+
+#endif /* shm-directory.h */