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/timer_routines.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/generic/timer_routines.h') diff --git a/sysdeps/generic/timer_routines.h b/sysdeps/generic/timer_routines.h index d851ee6..21da7d9 100644 --- a/sysdeps/generic/timer_routines.h +++ b/sysdeps/generic/timer_routines.h @@ -20,7 +20,7 @@ #ifndef _TIMER_ROUTINES_H #define _TIMER_ROUTINES_H 1 -#include +#include /* Compare two pthread_attr_t thread attributes for exact equality. Returns 1 if they are equal, otherwise zero if they are not equal -- cgit v1.2.3