From d94e01e61ca3fe2d8c3a0e6ab294baf68b194a14 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Mon, 19 Mar 2018 02:18:53 +0100 Subject: Move bits/condition-attr.h to bits/types/struct___pthread_condattr.h * sysdeps/pthread/bits/condition-attr.h: Move file to... * sysdeps/pthread/bits/types/struct___pthread_condattr.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 ec7b50f..260295f 100644 --- a/sysdeps/generic/pthread.h +++ b/sysdeps/generic/pthread.h @@ -440,7 +440,7 @@ extern int pthread_mutex_consistent_np (pthread_mutex_t *__mtxp) /* Condition attributes. */ -#include +#include /* Initialize the condition attribute in *ATTR to the default values. */ -- cgit v1.2.3