diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-03-19 01:59:16 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-03-19 01:59:16 +0100 |
commit | 23deccd65c65f8e695bdf88321bcb7ee9a0d475d (patch) | |
tree | e371e63d9b13a7291436250dca0af2b6e72af591 /sysdeps/pthread/bits/barrier.h | |
parent | e708e2af80f403ba868d5cd095bd87913fc88c56 (diff) |
Move bits/spin-lock.h to bits/types/__pthread_spinlock_t.h
* sysdeps/mach/bits/spin-lock.h: Move file to...
* sysdeps/mach/bits/types/__pthread_spinlock_t.h: ... here.
* Makefile (headers): Move bits/spin-lock.h to
bits/types/__pthread_spinlock_t.h.
* pthread/pt-spin-inlines.c: Update accordingly.
* sysdeps/generic/pthread.h: Likewise.
* sysdeps/mach/bits/spin-lock-inline.h: Likewise.
* sysdeps/pthread/bits/barrier.h: Likewise.
* sysdeps/pthread/bits/condition.h: Likewise.
* sysdeps/pthread/bits/mutex.h: Likewise.
* sysdeps/pthread/bits/once.h: Likewise.
* sysdeps/pthread/bits/pthreadtypes.h: Likewise.
* sysdeps/pthread/bits/rwlock.h: Likewise.
* sysdeps/pthread/bits/semaphore.h: Likewise.
Diffstat (limited to 'sysdeps/pthread/bits/barrier.h')
-rw-r--r-- | sysdeps/pthread/bits/barrier.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/pthread/bits/barrier.h b/sysdeps/pthread/bits/barrier.h index 52b35c0..2ea8c15 100644 --- a/sysdeps/pthread/bits/barrier.h +++ b/sysdeps/pthread/bits/barrier.h @@ -19,7 +19,7 @@ #ifndef _BITS_BARRIER_H #define _BITS_BARRIER_H 1 -#include <bits/spin-lock.h> +#include <bits/types/__pthread_spinlock_t.h> /* This structure describes the attributes of a POSIX barrier. */ struct __pthread_barrier |