aboutsummaryrefslogtreecommitdiffstats
path: root/include/err.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-09-01 21:07:54 +0200
committerMattias Andrée <maandree@operamail.com>2015-09-01 21:07:54 +0200
commitac044784a6ce64ff15610d4b70750065a7f01b80 (patch)
tree8ac8629c0089099f21be9107a5d3779963d33ca0 /include/err.h
parentadd memfrob (diff)
downloadslibc-ac044784a6ce64ff15610d4b70750065a7f01b80.tar.gz
slibc-ac044784a6ce64ff15610d4b70750065a7f01b80.tar.bz2
slibc-ac044784a6ce64ff15610d4b70750065a7f01b80.tar.xz
start on makefile and fixing warnings and errors
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--include/err.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/err.h b/include/err.h
index 6e9b828..c4b241a 100644
--- a/include/err.h
+++ b/include/err.h
@@ -87,7 +87,7 @@ void vwarnx(const char*, va_list);
* @param ... Formatting-arguments.
*/
void err(int, const char*, ...)
- __noreturn __GCC_ONLY(__attribute__((format(printf, 2, 3))));
+ __GCC_ONLY(__attribute__((format(printf, 2, 3)))) __noreturn;
/**
* Print an error message to stderr, followed by a