From c09b93588c95ec9bc843da570a7a840dab27a4fc Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Mon, 19 Mar 2018 02:14:32 +0100 Subject: Move bits/barrier-attr.h to bits/types/struct___pthread_barrierattr.h * sysdeps/pthread/bits/barrier-attr.h: Move file to... * sysdeps/pthread/bits/types/struct___pthread_barrierattr.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 7be770e..00a947e 100644 --- a/sysdeps/generic/pthread.h +++ b/sysdeps/generic/pthread.h @@ -723,7 +723,7 @@ extern void pthread_testcancel (void); #ifdef __USE_XOPEN2K -#include +#include /* Initialize barrier attribute object in *ATTR to the default values. */ -- cgit v1.2.3