From 4219f28cb7e86717ee2ee35e6e4218a983c80d62 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sat, 3 Dec 2005 16:44:55 +0000 Subject: Remove unneeded weak --- libc/sysdeps/linux/common/gettimeofday.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libc/sysdeps/linux/common/gettimeofday.c') diff --git a/libc/sysdeps/linux/common/gettimeofday.c b/libc/sysdeps/linux/common/gettimeofday.c index 88f7f9999..478a4e84d 100644 --- a/libc/sysdeps/linux/common/gettimeofday.c +++ b/libc/sysdeps/linux/common/gettimeofday.c @@ -13,4 +13,3 @@ #define __NR___gettimeofday __NR_gettimeofday attribute_hidden _syscall2(int, __gettimeofday, struct timeval *, tv, struct timezone *, tz); strong_alias(__gettimeofday,gettimeofday) -weak_alias(__gettimeofday,__libc_gettimeofday) -- cgit v1.2.3