mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-13 00:30:07 +00:00
c5896a4595
This reverts commit d4379e0216
: the proper
headers are actually already getting installed.
15 lines
399 B
C
15 lines
399 B
C
#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
|