From 5c325e1a1673f06a2709ffcabbb70d4590d16d3c Mon Sep 17 00:00:00 2001
From: "Peter S. Mazinger" <ps.m@gmx.net>
Date: Thu, 1 Dec 2005 21:08:47 +0000
Subject: Forgotten that this file is special and does not accept hidden,
 __mempcpy is hidden again

---
 libc/misc/regex/regex_old.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'libc/misc/regex')

diff --git a/libc/misc/regex/regex_old.c b/libc/misc/regex/regex_old.c
index cdf2f940a..69b77c4c3 100644
--- a/libc/misc/regex/regex_old.c
+++ b/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
-- 
cgit v1.2.3