1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00

Revert "hurd: Fix mach installed headers test"

This reverts commit d4379e0216: the proper
headers are actually already getting installed.
This commit is contained in:
Samuel Thibault
2018-04-20 00:54:18 +02:00
parent 81b032c833
commit c5896a4595
5 changed files with 4 additions and 8 deletions

View File

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