aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdlib/assert.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/stdlib/assert.c')
-rw-r--r--newlib/libc/stdlib/assert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdlib/assert.c b/newlib/libc/stdlib/assert.c
index 135bf15..a621874 100644
--- a/newlib/libc/stdlib/assert.c
+++ b/newlib/libc/stdlib/assert.c
@@ -5,7 +5,7 @@ FUNCTION
INDEX
assert
-ANSI_SYNOPSIS
+SYNOPSIS
#include <assert.h>
void assert(int <[expression]>);