From 5aa60db21b545797f47808603c97ffc168a45dd9 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Mon, 19 Mar 2018 01:07:44 +0100 Subject: Avoid installing private pthread.h It was actually by mistake that sysdeps/pthread/pthread.h was getting installed and that we'd have an include/pthread/pthread.h. Let's simplify this. * sysdeps/pthread/pthread.h: Move file content to... * ./sysdeps/pthread/pthreadP.h: ... here. * sysdeps/generic/pthread/pthread.h: Move file to... * sysdeps/generic/pthread.h: ... here. * Makefile (headers): Remove pthread/pthread.h. * Makeconfig (includes): Remove -I$(..)htl/include. * pthread/cthreads-compat.c: Include instead of --- pthread/cthreads-compat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pthread/cthreads-compat.c') diff --git a/pthread/cthreads-compat.c b/pthread/cthreads-compat.c index ffb7177..042ed64 100644 --- a/pthread/cthreads-compat.c +++ b/pthread/cthreads-compat.c @@ -17,7 +17,7 @@ not, see . */ #include -#include +#include #define CTHREAD_KEY_INVALID (__cthread_key_t) -1 -- cgit v1.2.3