mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-01 05:33:36 +08:00
htl: Avoid check-installed-headers looking at inlines
This commit is contained in:
parent
865bf71109
commit
e622ce98c5
@ -1,5 +1,6 @@
|
||||
#ifndef _PTHREAD_H
|
||||
#include_next <pthread.h>
|
||||
#ifndef _ISOMAC
|
||||
# if defined __USE_EXTERN_INLINES && defined _LIBC && !IS_IN (libsupport)
|
||||
# include <bits/spin-lock-inline.h>
|
||||
|
||||
@ -34,3 +35,4 @@ pthread_spin_unlock (pthread_spinlock_t *__lock)
|
||||
}
|
||||
# endif
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user