From 9c6cdf5450db11f3689c6dc235647d4f0dd0a542 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Tue, 12 Feb 2008 20:31:44 +0000 Subject: add hidden_proto's for __uc_malloc (patch by Bernd Schmidt ) --- libc/misc/regex/regex_old.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/misc/regex') diff --git a/libc/misc/regex/regex_old.c b/libc/misc/regex/regex_old.c index 997ee6f8b..bdede3097 100644 --- a/libc/misc/regex/regex_old.c +++ b/libc/misc/regex/regex_old.c @@ -48,6 +48,7 @@ libc_hidden_proto(abort) #ifdef __USE_GNU libc_hidden_proto(mempcpy) #endif +libc_hidden_proto(__uc_malloc) /* AIX requires this to be the first thing in the file. */ #if defined _AIX && !defined REGEX_MALLOC -- cgit v1.2.3