summaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2015-03-25 02:43:26 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-03-25 02:43:26 +0100
commitac7b35ef1125bb925f4a02018431a83ab41690d9 (patch)
treea1790ebbba86f4bcb493875a0a877b245f2c3dff /sysdeps
parentc8f349a1696879aa666a32a990bb17b8f8ba3bed (diff)
parent90ae11939792f779bf07ced051ea17857d932a3c (diff)
Merge branch 't/pthread_functions' into refs/top-bases/tschwinge/Roger_Whittaker
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/mach/hurd/bits/libc-lock.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/bits/libc-lock.h b/sysdeps/mach/hurd/bits/libc-lock.h
index 0a7fb0bf8c..cc4afb1507 100644
--- a/sysdeps/mach/hurd/bits/libc-lock.h
+++ b/sysdeps/mach/hurd/bits/libc-lock.h
@@ -210,4 +210,10 @@ void *__libc_getspecific (__libc_key_t key);
#endif /* _CTHREADS_ */
+/* Hide the definitions which are only supposed to be used inside libc in
+ a separate file. This file is not present in the installation! */
+#ifdef _LIBC
+# include <bits/libc-lockP.h>
+#endif
+
#endif /* bits/libc-lock.h */