From fa548924d4bf723a310e040feaba3f417757de8a Mon Sep 17 00:00:00 2001 From: "kay.sievers@vrfy.org" Date: Sat, 5 Mar 2005 07:36:51 +0100 Subject: [PATCH] klibc: version 0.211 --- klibc/include/sys/times.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'klibc/include/sys') diff --git a/klibc/include/sys/times.h b/klibc/include/sys/times.h index 657f9c4b1c..dd86531669 100644 --- a/klibc/include/sys/times.h +++ b/klibc/include/sys/times.h @@ -5,10 +5,10 @@ #ifndef _SYS_TIMES_H #define _SYS_TIMES_H +#include +#include #include __extern clock_t times(struct tms *); -__extern int gettimeofday(struct timeval *, struct timezone *); -__extern int settimeofday(const struct timeval *, const struct timezone *); #endif /* _SYS_TIMES_H */ -- cgit v1.2.3-54-g00ecf