summaryrefslogtreecommitdiff
path: root/sysdeps/generic/pthread.h
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-19 02:27:29 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-19 02:27:29 +0100
commit372a613dbe4a85779807040300985fc5289b9fd7 (patch)
treef41afa0c9aadfa73e3ff8e022e7faca2ff701692 /sysdeps/generic/pthread.h
parentc2597197898e29c85dbfd5a10fb05c2428d2ac07 (diff)
Move bits/once.h to bits/types/struct___pthread_once.h
* sysdeps/pthread/bits/once.h: Move file to... * sysdeps/pthread/bits/types/struct___pthread_once.h: ... here. * Makefile (headers): Update accordingly. * sysdeps/generic/pthread.h: Likewise. * sysdeps/pthread/bits/pthreadtypes.h: Likewise.
Diffstat (limited to 'sysdeps/generic/pthread.h')
-rw-r--r--sysdeps/generic/pthread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/generic/pthread.h b/sysdeps/generic/pthread.h
index b06bf8b..d123bd2 100644
--- a/sysdeps/generic/pthread.h
+++ b/sysdeps/generic/pthread.h
@@ -799,7 +799,7 @@ extern int pthread_setspecific (pthread_key_t __key, const void *__value)
/* Dynamic package initialization. */
-#include <bits/once.h>
+#include <bits/types/struct___pthread_once.h>
#define PTHREAD_ONCE_INIT __PTHREAD_ONCE_INIT