瀏覽代碼

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

Peter S. Mazinger 18 年之前
父節點
當前提交
5c325e1a16
共有 1 個文件被更改,包括 1 次插入1 次删除
  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