diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-03-19 00:57:10 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-03-19 00:57:10 +0100 |
commit | 13222caf06cce1225122a7ae92d6e782145718ab (patch) | |
tree | 28c1c5f7b8cb3155d0b3b1a3e6926c4e6913d575 /sysdeps/generic/timer_routines.h | |
parent | 1efaba2cd9eb0c5af4617c5be01a6b5e96d7d8a0 (diff) |
Move pthread/pthreadtypes.h to bits/pthreadtypes.h
* Makefile (headers): Remove pthread/pthreadtypes.h.
* sysdeps/generic/pthread/pthread.h: Include <bits/pthreadtypes.h>
instead of <pthread/pthreadtypes.h>.
* 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
<pthread/pthreadtypes.h>
Diffstat (limited to 'sysdeps/generic/timer_routines.h')
-rw-r--r-- | sysdeps/generic/timer_routines.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <pthread/pthreadtypes.h> +#include <bits/pthreadtypes.h> /* Compare two pthread_attr_t thread attributes for exact equality. Returns 1 if they are equal, otherwise zero if they are not equal |