소스 검색

Remove unneeded weak

Peter S. Mazinger 20 년 전
부모
커밋
4219f28cb7
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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)