From 95b2df38cb69face8137a8b1daf0e7113c33c274 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Tue, 22 Mar 2011 01:04:30 +0100 Subject: clock_{g,s}ettime.c,{create,delete}_module.c: cleanup Do not include unneeded headers. Move headers to the needed place. Fix a comment typo. Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- libc/sysdeps/linux/common/clock_gettime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/common/clock_gettime.c') diff --git a/libc/sysdeps/linux/common/clock_gettime.c b/libc/sysdeps/linux/common/clock_gettime.c index d3755a7a8..95d398239 100644 --- a/libc/sysdeps/linux/common/clock_gettime.c +++ b/libc/sysdeps/linux/common/clock_gettime.c @@ -10,11 +10,11 @@ #include #include -#include #ifdef __NR_clock_gettime _syscall2(int, clock_gettime, clockid_t, clock_id, struct timespec*, tp) #else +# include int clock_gettime(clockid_t clock_id, struct timespec* tp) { -- cgit v1.2.3