From 372a613dbe4a85779807040300985fc5289b9fd7 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Mon, 19 Mar 2018 02:27:29 +0100 Subject: 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. --- sysdeps/generic/pthread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/generic/pthread.h') 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 +#include #define PTHREAD_ONCE_INIT __PTHREAD_ONCE_INIT -- cgit v1.2.3