From faa970ad2f949a2ec70971337c4aba7f9fe736f7 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Mon, 19 Mar 2018 02:16:26 +0100 Subject: Move bits/barrier.h to bits/types/struct___pthread_barrier.h * sysdeps/pthread/bits/barrier.h: Move file to... * sysdeps/pthread/bits/types/struct___pthread_barrier.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 00a947e..ec7b50f 100644 --- a/sysdeps/generic/pthread.h +++ b/sysdeps/generic/pthread.h @@ -750,7 +750,7 @@ extern int pthread_barrierattr_setpshared (pthread_barrierattr_t *__attr, /* Barriers. */ -#include +#include /* Returned by pthread_barrier_wait to exactly one thread each time a barrier is passed. */ -- cgit v1.2.3