Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/sys/linux/time.c')
-rw-r--r--newlib/libc/sys/linux/time.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/sys/linux/time.c b/newlib/libc/sys/linux/time.c
index b53987353..a7ecc5adc 100644
--- a/newlib/libc/sys/linux/time.c
+++ b/newlib/libc/sys/linux/time.c
@@ -15,3 +15,4 @@ _syscall1(clock_t,times,struct tms *,buf)
_syscall2(int,gettimeofday,struct timeval *,tv,struct timezone *,tz)
_syscall2(int,nanosleep,const struct timespec *,req,struct timespec *,rem)
+weak_alias(__libc_gettimeofday,__gettimeofday);