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

psm at uclibc.org psm at uclibc.org
Thu Dec 1 21:08:52 UTC 2005


Author: psm
Date: 2005-12-01 13:08:47 -0800 (Thu, 01 Dec 2005)
New Revision: 12620

Log:
Forgotten that this file is special and does not accept hidden, __mempcpy is hidden again

Modified:
   trunk/uClibc/libc/misc/regex/regex_old.c


Changeset:
Modified: trunk/uClibc/libc/misc/regex/regex_old.c
===================================================================
--- trunk/uClibc/libc/misc/regex/regex_old.c	2005-12-01 20:56:36 UTC (rev 12619)
+++ trunk/uClibc/libc/misc/regex/regex_old.c	2005-12-01 21:08:47 UTC (rev 12620)
@@ -40,7 +40,7 @@
 #define RE_TRANSLATE_TYPE char *
 
 extern void *__mempcpy (void *__restrict __dest,
-			__const void *__restrict __src, size_t __n) attribute_hidden;
+			__const void *__restrict __src, size_t __n) /*attribute_hidden*/;
 
 /* AIX requires this to be the first thing in the file. */
 #if defined _AIX && !defined REGEX_MALLOC




More information about the uClibc-cvs mailing list