summaryrefslogtreecommitdiff
path: root/include/libc-internal.h
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-12-03 16:42:44 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-12-03 16:42:44 +0000
commit4cbc1b2abe2e46831e1a1cb85929fbaae6cac71d (patch)
treec87848bba75347a998206f1ea55a6eabd280025a /include/libc-internal.h
parentf3d0a06707ada65fef1ab83ac00cf9084a4cbebb (diff)
remove wrong assumptions about __libc_x
Diffstat (limited to 'include/libc-internal.h')
-rw-r--r--include/libc-internal.h8
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