浏览代码

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

Peter S. Mazinger 19 年之前
父节点
当前提交
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 *
 #define RE_TRANSLATE_TYPE char *
 
 
 extern void *__mempcpy (void *__restrict __dest,
 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. */
 /* AIX requires this to be the first thing in the file. */
 #if defined _AIX && !defined REGEX_MALLOC
 #if defined _AIX && !defined REGEX_MALLOC