diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-01 21:08:47 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-01 21:08:47 +0000 |
commit | 5c325e1a1673f06a2709ffcabbb70d4590d16d3c (patch) | |
tree | 46bab2dfaae6d69a06caeaf76f66c5271d44497d /libc/misc/regex | |
parent | a5b122db0a8364017d00b3627d30be68746cbdb1 (diff) |
Forgotten that this file is special and does not accept hidden, __mempcpy is hidden again
Diffstat (limited to 'libc/misc/regex')
-rw-r--r-- | libc/misc/regex/regex_old.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |