Ver código fonte

Remove unneeded weak

Peter S. Mazinger 19 anos atrás
pai
commit
4219f28cb7
1 arquivos alterados com 0 adições e 1 exclusões
  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)