From 4cbc1b2abe2e46831e1a1cb85929fbaae6cac71d Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sat, 3 Dec 2005 16:42:44 +0000 Subject: remove wrong assumptions about __libc_x --- include/libc-internal.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'include/libc-internal.h') 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 -- cgit v1.2.3