From 13222caf06cce1225122a7ae92d6e782145718ab Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Mon, 19 Mar 2018 00:57:10 +0100 Subject: Move pthread/pthreadtypes.h to bits/pthreadtypes.h * Makefile (headers): Remove pthread/pthreadtypes.h. * sysdeps/generic/pthread/pthread.h: Include instead of . * sysdeps/generic/timer_routines.h: Likewise. * sysdeps/pthread/pthread/pthreadtypes.h: Move file content to... * sysdeps/pthread/bits/pthreadtypes.h: ... this file. Do not include --- sysdeps/generic/pthread/pthread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/generic/pthread/pthread.h') diff --git a/sysdeps/generic/pthread/pthread.h b/sysdeps/generic/pthread/pthread.h index ea6179f..d2e73c2 100644 --- a/sysdeps/generic/pthread/pthread.h +++ b/sysdeps/generic/pthread/pthread.h @@ -50,7 +50,7 @@ __BEGIN_DECLS -#include +#include #include -- cgit v1.2.3