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