aboutsummaryrefslogtreecommitdiffstats
path: root/include/assert.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-09-01 21:27:15 +0200
committerMattias Andrée <maandree@operamail.com>2015-09-01 21:27:15 +0200
commit972447bc2541034c85fec5d47f2bace03124c00b (patch)
tree24bc2ea1f1eb670095333224f63fd01f9f925c57 /include/assert.h
parentstart on makefile and fixing warnings and errors (diff)
downloadslibc-972447bc2541034c85fec5d47f2bace03124c00b.tar.gz
slibc-972447bc2541034c85fec5d47f2bace03124c00b.tar.bz2
slibc-972447bc2541034c85fec5d47f2bace03124c00b.tar.xz
fix some more errors
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'include/assert.h')
-rw-r--r--include/assert.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/assert.h b/include/assert.h
index 838a9bf..dad6042 100644
--- a/include/assert.h
+++ b/include/assert.h
@@ -88,7 +88,7 @@
* @param func The function in the source code whence the assertion was made
*/
void __assert_fail(const char*, int, const char*, int, const char*)
- __noreturn __GCC_ONLY(__attribute__((nonnull(3, 4, 5))));
+ __GCC_ONLY(__attribute__((nonnull(3, 5)))) __noreturn;