Browse Source

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

Peter S. Mazinger 19 years ago
parent
commit
5c325e1a16
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libc/misc/regex/regex_old.c

+ 1 - 1
libc/misc/regex/regex_old.c

@@ -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