Browse Source

remove wrong assumptions about __libc_x

Peter S. Mazinger 20 năm trước cách đây
mục cha
commit
4cbc1b2abe
1 tập tin đã thay đổi với 0 bổ sung8 xóa
  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