From 0a8a65e0a060c05371214dc0d9f75381d167952c Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Thu, 8 Dec 2005 14:20:28 +0000 Subject: Use __gettimeofday --- libc/sysdeps/linux/common/time.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libc/sysdeps/linux/common/time.c') diff --git a/libc/sysdeps/linux/common/time.c b/libc/sysdeps/linux/common/time.c index 506850ff9..02ebd5570 100644 --- a/libc/sysdeps/linux/common/time.c +++ b/libc/sysdeps/linux/common/time.c @@ -7,6 +7,8 @@ * GNU Library General Public License (LGPL) version 2 or later. */ +#define gettimeofday __gettimeofday + #include "syscalls.h" #include #include -- cgit v1.2.3