svn commit: trunk/uClibc/include

psm at uclibc.org psm at uclibc.org
Sat Dec 3 16:42:46 UTC 2005


Author: psm
Date: 2005-12-03 08:42:44 -0800 (Sat, 03 Dec 2005)
New Revision: 12657

Log:
remove wrong assumptions about __libc_x

Modified:
   trunk/uClibc/include/libc-internal.h


Changeset:
Modified: trunk/uClibc/include/libc-internal.h
===================================================================
--- trunk/uClibc/include/libc-internal.h	2005-12-03 03:09:32 UTC (rev 12656)
+++ trunk/uClibc/include/libc-internal.h	2005-12-03 16:42:44 UTC (rev 12657)
@@ -173,14 +173,6 @@
 #   define gettimeofday __gettimeofday
 #  endif
 
-# elif IS_IN_libpthread
-
-#  define gettimeofday __libc_gettimeofday
-
-# else
-
-#  define open __libc_open
-
 # endif
 #endif
 




More information about the uClibc-cvs mailing list