diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-03-19 02:29:25 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-03-19 02:29:25 +0100 |
commit | 009612b09c555d5fea660dbb17e420d4a9533127 (patch) | |
tree | 16f002452b1cb24ee2e603e8ae0abd3d9896e9da /sysdeps/generic | |
parent | 372a613dbe4a85779807040300985fc5289b9fd7 (diff) |
Move bits/rwlock-attr.h to bits/types/struct___pthread_rwlockattr.h
* sysdeps/pthread/bits/rwlock-attr.h: Move file to...
* sysdeps/pthread/bits/types/struct___pthread_rwlockattr.h: ... here.
* Makefile (headers): Update accordingly.
* sysdeps/generic/pthread.h: Likewise.
* sysdeps/pthread/bits/pthreadtypes.h: Likewise.
Diffstat (limited to 'sysdeps/generic')
-rw-r--r-- | sysdeps/generic/pthread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/generic/pthread.h b/sysdeps/generic/pthread.h index d123bd2..56e2c43 100644 --- a/sysdeps/generic/pthread.h +++ b/sysdeps/generic/pthread.h @@ -591,7 +591,7 @@ pthread_spin_unlock (pthread_spinlock_t *__lock) #if defined __USE_UNIX98 || defined __USE_XOPEN2K -#include <bits/rwlock-attr.h> +#include <bits/types/struct___pthread_rwlockattr.h> /* Initialize rwlock attribute object in *ATTR to the default values. */ |