From cb97aadebfeba7f5e8f1b85beee5ab10e88c2990 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 20 Nov 2008 22:11:44 +0000 Subject: Last portion of libc_hidden_proto removal. Appears to build fine (several .configs tried) --- include/assert.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/assert.h') diff --git a/include/assert.h b/include/assert.h index 9b9d1b796..439179d8d 100644 --- a/include/assert.h +++ b/include/assert.h @@ -52,6 +52,7 @@ __BEGIN_DECLS /* This prints an "Assertion failed" message and aborts. */ extern void __assert __P((const char *, const char *, int, const char *)); +libc_hidden_proto(__assert) __END_DECLS -- cgit v1.2.3