diff options
-rw-r--r-- | include/libc-internal.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/libc-internal.h b/include/libc-internal.h index 9694dc9bd..670dffaf3 100644 --- a/include/libc-internal.h +++ b/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 |