diff options
Diffstat (limited to 'libc/misc/assert')
-rw-r--r-- | libc/misc/assert/__assert.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libc/misc/assert/__assert.c b/libc/misc/assert/__assert.c index c6132924d..ff9e47dcf 100644 --- a/libc/misc/assert/__assert.c +++ b/libc/misc/assert/__assert.c @@ -32,15 +32,12 @@ #include <unistd.h> #include <bits/uClibc_uintmaxtostr.h> -/* libc_hidden_proto(fprintf) */ -/* libc_hidden_proto(abort) */ /* Get the prototype from assert.h as a double-check. */ #undef NDEBUG #include <assert.h> #undef assert -/* libc_hidden_proto(__assert) */ #define ASSERT_SHOW_PROGNAME 1 |