about summary refs log tree commit diff
path: root/sysdeps/mach/include/lock-intern.h
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-04-20 00:54:18 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-04-20 01:27:13 +0200
commitc5896a459543725dbca49ee894fd85b2f105ce6f (patch)
tree67d31294058f38462b8dd1913cf2f8693f838f11 /sysdeps/mach/include/lock-intern.h
parent81b032c833a01491dfa35e9fdc5c2d4e523df163 (diff)
downloadglibc-c5896a459543725dbca49ee894fd85b2f105ce6f.tar.gz
glibc-c5896a459543725dbca49ee894fd85b2f105ce6f.tar.xz
glibc-c5896a459543725dbca49ee894fd85b2f105ce6f.zip
Revert "hurd: Fix mach installed headers test"
This reverts commit d4379e0216d01fd1395b1f3b37255e3486760135: the proper
headers are actually already getting installed.
Diffstat (limited to 'sysdeps/mach/include/lock-intern.h')
-rw-r--r--sysdeps/mach/include/lock-intern.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/sysdeps/mach/include/lock-intern.h b/sysdeps/mach/include/lock-intern.h
new file mode 100644
index 0000000000..e42ad17be2
--- /dev/null
+++ b/sysdeps/mach/include/lock-intern.h
@@ -0,0 +1,14 @@
+#ifndef _LOCK_INTERN_H
+#include <mach/lock-intern.h>
+#ifndef _ISOMAC
+libc_hidden_proto (__spin_lock_locked)
+libc_hidden_proto (__spin_lock)
+libc_hidden_proto (__spin_lock_solid)
+libc_hidden_proto (__spin_unlock)
+libc_hidden_proto (__spin_try_lock)
+libc_hidden_proto (__mutex_init)
+libc_hidden_proto (__mutex_lock)
+libc_hidden_proto (__mutex_unlock)
+libc_hidden_proto (__mutex_trylock)
+#endif
+#endif