Explorar el Código

Remove unneeded weak

Peter S. Mazinger hace 20 años
padre
commit
4219f28cb7
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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)