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/pwd_grp/pwd_grp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/pwd_grp/pwd_grp.c') diff --git a/libc/pwd_grp/pwd_grp.c b/libc/pwd_grp/pwd_grp.c index ab6f8f003..4bf5ff081 100644 --- a/libc/pwd_grp/pwd_grp.c +++ b/libc/pwd_grp/pwd_grp.c @@ -54,6 +54,7 @@ libc_hidden_proto(__ctype_b_loc) #elif __UCLIBC_HAS_CTYPE_TABLES__ libc_hidden_proto(__ctype_b) #endif +libc_hidden_proto(__uc_malloc) /**********************************************************************/ /* Prototypes for internal functions. */ -- cgit v1.2.3