summaryrefslogtreecommitdiff
path: root/sysdeps/mach/bits/spin-lock-inline.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/bits/spin-lock-inline.h')
-rw-r--r--sysdeps/mach/bits/spin-lock-inline.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/mach/bits/spin-lock-inline.h b/sysdeps/mach/bits/spin-lock-inline.h
index c1c599c..695c6dc 100644
--- a/sysdeps/mach/bits/spin-lock-inline.h
+++ b/sysdeps/mach/bits/spin-lock-inline.h
@@ -20,7 +20,7 @@
#define _BITS_SPIN_LOCK_INLINE_H 1
#include <features.h>
-#include <bits/spin-lock.h>
+#include <bits/types/__pthread_spinlock_t.h>
#include <lock-intern.h> /* This does all the work. */
__BEGIN_DECLS
@@ -84,4 +84,4 @@ __pthread_spin_unlock (__pthread_spinlock_t *__lock)
__END_DECLS
-#endif /* bits/spin-lock.h */
+#endif /* bits/types/__pthread_spinlock_t.h */