summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/gettimeofday.c
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-12-03 16:44:55 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-12-03 16:44:55 +0000
commit4219f28cb7e86717ee2ee35e6e4218a983c80d62 (patch)
treeb3cb1b2e5fe5509de6e2d44ebdea82e8868d79b1 /libc/sysdeps/linux/common/gettimeofday.c
parent4cbc1b2abe2e46831e1a1cb85929fbaae6cac71d (diff)
Remove unneeded weak
Diffstat (limited to 'libc/sysdeps/linux/common/gettimeofday.c')
-rw-r--r--libc/sysdeps/linux/common/gettimeofday.c1
1 files changed, 0 insertions, 1 deletions
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)