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/dl-osinfo.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libc/sysdeps/linux/common/dl-osinfo.h') diff --git a/libc/sysdeps/linux/common/dl-osinfo.h b/libc/sysdeps/linux/common/dl-osinfo.h index 7998b08a4..ffb754321 100644 --- a/libc/sysdeps/linux/common/dl-osinfo.h +++ b/libc/sysdeps/linux/common/dl-osinfo.h @@ -7,6 +7,8 @@ #ifndef _DL_OSINFO_H #define _DL_OSINFO_H 1 +#define gettimeofday __gettimeofday + #include #ifdef __UCLIBC_HAS_SSP__ -- cgit v1.2.3