Browse Source

Remove unneeded weak

Peter S. Mazinger 18 years ago
parent
commit
4219f28cb7
1 changed files with 0 additions and 1 deletions
  1. 0 1
      libc/sysdeps/linux/common/gettimeofday.c

+ 0 - 1
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)