From 64e55cccfcffd5a47a0dd92a910eefd477809b18 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Mon, 19 Mar 2018 02:21:01 +0100 Subject: Move bits/condition.h to bits/types/struct___pthread_cond.h * sysdeps/pthread/bits/condition.h: Move file to... * sysdeps/pthread/bits/types/struct___pthread_cond.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') diff --git a/sysdeps/generic/pthread.h b/sysdeps/generic/pthread.h index 260295f..9603aec 100644 --- a/sysdeps/generic/pthread.h +++ b/sysdeps/generic/pthread.h @@ -480,7 +480,7 @@ extern int pthread_condattr_setpshared (pthread_condattr_t *__attr, /* Condition variables. */ -#include +#include #define PTHREAD_COND_INITIALIZER __PTHREAD_COND_INITIALIZER -- cgit v1.2.3