summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/assert.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/assert.h b/include/assert.h
index 15a5bfe12..32a6be9e9 100644
--- a/include/assert.h
+++ b/include/assert.h
@@ -33,7 +33,9 @@
#else /* Not NDEBUG. */
+__BEGIN_DECLS
extern void __assert __P((const char *, const char *, int, const char *));
+__END_DECLS
#define assert(expr) \
((void) ((expr) || \