mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-30 02:50:25 +08:00
* include/err.h: Fix loss of semicolons in previous patch.
This commit is contained in:
parent
0cda941fa1
commit
b22bd786e3
@ -1,3 +1,7 @@
|
|||||||
|
2011-02-02 Eric Blake <eblake@redhat.com>
|
||||||
|
|
||||||
|
* include/err.h: Fix loss of semicolons in previous patch.
|
||||||
|
|
||||||
2011-02-02 Corinna Vinschen <corinna@vinschen.de>
|
2011-02-02 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* include/err.h (err): Add noreturn attribute.
|
* include/err.h (err): Add noreturn attribute.
|
||||||
|
@ -16,8 +16,8 @@ details. */
|
|||||||
|
|
||||||
__BEGIN_DECLS
|
__BEGIN_DECLS
|
||||||
|
|
||||||
extern void warn (const char *fmt, ...)
|
extern void warn (const char *fmt, ...);
|
||||||
extern void warnx (const char *fmt, ...)
|
extern void warnx (const char *fmt, ...);
|
||||||
|
|
||||||
extern void err (int eval, const char *fmt, ...) __attribute__ ((__noreturn__));
|
extern void err (int eval, const char *fmt, ...) __attribute__ ((__noreturn__));
|
||||||
extern void errx (int eval, const char *fmt, ...) __attribute__ ((__noreturn__));
|
extern void errx (int eval, const char *fmt, ...) __attribute__ ((__noreturn__));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user