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,7 +1,8 @@
|
|||||||
#ifndef _PTHREAD_H
|
#ifndef _PTHREAD_H
|
||||||
#include_next <pthread.h>
|
#include_next <pthread.h>
|
||||||
#if defined __USE_EXTERN_INLINES && defined _LIBC && !IS_IN (libsupport)
|
#ifndef _ISOMAC
|
||||||
# include <bits/spin-lock-inline.h>
|
# if defined __USE_EXTERN_INLINES && defined _LIBC && !IS_IN (libsupport)
|
||||||
|
# include <bits/spin-lock-inline.h>
|
||||||
|
|
||||||
__extern_inline int
|
__extern_inline int
|
||||||
pthread_spin_destroy (pthread_spinlock_t *__lock)
|
pthread_spin_destroy (pthread_spinlock_t *__lock)
|
||||||
@@ -32,5 +33,6 @@ pthread_spin_unlock (pthread_spinlock_t *__lock)
|
|||||||
{
|
{
|
||||||
return __pthread_spin_unlock (__lock);
|
return __pthread_spin_unlock (__lock);
|
||||||
}
|
}
|
||||||
|
# endif
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user