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/clock_gettime.c | 2 ++ 1 file changed, 2 insertions(+) (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 d6369681d..33863a828 100644 --- a/libc/sysdeps/linux/common/clock_gettime.c +++ b/libc/sysdeps/linux/common/clock_gettime.c @@ -20,6 +20,8 @@ * */ +#define gettimeofday __gettimeofday + #define _GNU_SOURCE #include "syscalls.h" #include -- cgit v1.2.3