diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-03 16:42:44 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-03 16:42:44 +0000 |
commit | 4cbc1b2abe2e46831e1a1cb85929fbaae6cac71d (patch) | |
tree | c87848bba75347a998206f1ea55a6eabd280025a /include | |
parent | f3d0a06707ada65fef1ab83ac00cf9084a4cbebb (diff) |
remove wrong assumptions about __libc_x
Diffstat (limited to 'include')
-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 |