diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-12 20:53:43 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-06-15 14:00:21 +0200 |
commit | 5d39c1ed76f87fd2f52d30e663989d2ced76f253 (patch) | |
tree | 454fa8bef6b50d111f72a83c3934e5aa7f97e0f6 /libpthread/nptl | |
parent | 9414f108db466019b6d4fb7ff5d74afc0a6cc285 (diff) |
do not include libc-internal.h
it is already included by features.h
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libpthread/nptl')
-rw-r--r-- | libpthread/nptl/pthread_clock_gettime.c | 1 | ||||
-rw-r--r-- | libpthread/nptl/pthread_clock_settime.c | 1 | ||||
-rw-r--r-- | libpthread/nptl/pthread_create.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/libpthread/nptl/pthread_clock_gettime.c b/libpthread/nptl/pthread_clock_gettime.c index a71174c9c..50a7d6942 100644 --- a/libpthread/nptl/pthread_clock_gettime.c +++ b/libpthread/nptl/pthread_clock_gettime.c @@ -19,7 +19,6 @@ #include <errno.h> #include <stdlib.h> #include <time.h> -#include <libc-internal.h> #include "pthreadP.h" diff --git a/libpthread/nptl/pthread_clock_settime.c b/libpthread/nptl/pthread_clock_settime.c index 61002a8f7..aa4f4042b 100644 --- a/libpthread/nptl/pthread_clock_settime.c +++ b/libpthread/nptl/pthread_clock_settime.c @@ -19,7 +19,6 @@ #include <errno.h> #include <stdlib.h> #include <time.h> -#include <libc-internal.h> #include "pthreadP.h" diff --git a/libpthread/nptl/pthread_create.c b/libpthread/nptl/pthread_create.c index 1b2c6825f..b3bf47530 100644 --- a/libpthread/nptl/pthread_create.c +++ b/libpthread/nptl/pthread_create.c @@ -25,7 +25,6 @@ #include <hp-timing.h> #include <ldsodefs.h> #include <atomic.h> -#include <libc-internal.h> #include <resolv.h> #include <bits/kernel-features.h> |