diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-03-19 02:33:09 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-03-19 02:33:09 +0100 |
commit | dc0f656926203b7b7c05ea226225daa8a63fcdb1 (patch) | |
tree | 577c5b6c18223905110fa40ca2da2f329e8b5943 /sysdeps/generic | |
parent | 164f0e35665764e6d0d03213c07d3998c6538567 (diff) |
Move bits/thread-attr.h to bits/types/struct___pthread_attr.h
* sysdeps/pthread/bits/thread-attr.h: Move file to...
* sysdeps/pthread/bits/types/struct___pthread_attr.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 416aed2..e09b8d9 100644 --- a/sysdeps/generic/pthread.h +++ b/sysdeps/generic/pthread.h @@ -73,7 +73,7 @@ __BEGIN_DECLS #define PTHREAD_CREATE_JOINABLE __PTHREAD_CREATE_JOINABLE #define PTHREAD_CREATE_DETACHED __PTHREAD_CREATE_DETACHED -#include <bits/thread-attr.h> +#include <bits/types/struct___pthread_attr.h> /* Initialize the thread attribute object in *ATTR to the default values. */ |