summaryrefslogtreecommitdiff
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
commitcb8f6c8046a43bc633b7fa15a2ef06b18a880ebe (patch)
treebf470b6cb7ea1d4e6dc21b4a8a003e578adee269
parent254c5f990a9bba7719be6cc9db8a2d94e136837f (diff)
parentac7b35ef1125bb925f4a02018431a83ab41690d9 (diff)
Merge commit 'refs/top-bases/tschwinge/Roger_Whittaker' into tschwinge/Roger_Whittaker
-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 */