소스 검색

remove wrong assumptions about __libc_x

Peter S. Mazinger 20 년 전
부모
커밋
4cbc1b2abe
1개의 변경된 파일0개의 추가작업 그리고 8개의 파일을 삭제
  1. 0 8
      include/libc-internal.h

+ 0 - 8
include/libc-internal.h

@@ -173,14 +173,6 @@ extern int __gettimeofday(struct timeval *__restrict __tv, *__restrict __timezon
 #   define gettimeofday __gettimeofday
 #  endif
 
-# elif IS_IN_libpthread
-
-#  define gettimeofday __libc_gettimeofday
-
-# else
-
-#  define open __libc_open
-
 # endif
 #endif