summaryrefslogtreecommitdiff
path: root/librt
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2011-03-12 20:53:43 +0100
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2012-06-15 14:00:21 +0200
commit5d39c1ed76f87fd2f52d30e663989d2ced76f253 (patch)
tree454fa8bef6b50d111f72a83c3934e5aa7f97e0f6 /librt
parent9414f108db466019b6d4fb7ff5d74afc0a6cc285 (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 'librt')
-rw-r--r--librt/clock_gettime.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/librt/clock_gettime.c b/librt/clock_gettime.c
index 8308329b2..90f7242ed 100644
--- a/librt/clock_gettime.c
+++ b/librt/clock_gettime.c
@@ -186,7 +186,6 @@ maybe_syscall_gettime_cputime (clockid_t clock_id, struct timespec *tp)
#include <stdint.h>
#include <time.h>
#include <sys/time.h>
-#include <libc-internal.h>
#include <ldsodefs.h>