From 249f9ff259992908829f9d06a0b4688cf21ea00e Mon Sep 17 00:00:00 2001 From: Carmelo Amoroso Date: Wed, 26 Nov 2008 15:45:55 +0000 Subject: Synch with trunk @ 24157 Step 11: More libc_hidden_proto removal --- 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