diff options
author | kay.sievers@vrfy.org <kay.sievers@vrfy.org> | 2005-03-05 07:36:51 +0100 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 23:48:48 -0700 |
commit | fa548924d4bf723a310e040feaba3f417757de8a (patch) | |
tree | b4480e3e8031000ff7b1bd61ba0488e7446d9891 /klibc/include/sys/times.h | |
parent | 733677e2c21b1ea3789c5296c84c1730d9ce498d (diff) |
[PATCH] klibc: version 0.211
Diffstat (limited to 'klibc/include/sys/times.h')
-rw-r--r-- | klibc/include/sys/times.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 <klibc/extern.h> +#include <sys/types.h> #include <linux/times.h> __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 */ |