svn commit: trunk/uClibc/libc/misc/fnmatch

vapier at uclibc.org vapier at uclibc.org
Fri Jan 6 04:51:57 UTC 2006


Author: vapier
Date: 2006-01-05 20:51:55 -0800 (Thu, 05 Jan 2006)
New Revision: 13126

Log:
use hidden strcmp

Modified:
   trunk/uClibc/libc/misc/fnmatch/fnmatch.c


Changeset:
Modified: trunk/uClibc/libc/misc/fnmatch/fnmatch.c
===================================================================
--- trunk/uClibc/libc/misc/fnmatch/fnmatch.c	2006-01-06 04:51:46 UTC (rev 13125)
+++ trunk/uClibc/libc/misc/fnmatch/fnmatch.c	2006-01-06 04:51:55 UTC (rev 13126)
@@ -17,6 +17,8 @@
    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307 USA.  */
 
+#define strcmp __strcmp
+
 #if HAVE_CONFIG_H
 # include <config.h>
 #endif




More information about the uClibc-cvs mailing list