Procházet zdrojové kódy

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

Peter S. Mazinger před 19 roky
rodič
revize
5c325e1a16
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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