]> Zhao Yanbai Git Server - minix.git/commitdiff
err.h: include prototypes for new err* and warn* functions.
authorBen Gras <ben@minix3.org>
Wed, 9 Jun 2010 12:11:13 +0000 (12:11 +0000)
committerBen Gras <ben@minix3.org>
Wed, 9 Jun 2010 12:11:13 +0000 (12:11 +0000)
include/err.h

index 988f5e4c006681e6a3c4c1c52e350e36b551bd37..a5b99100eb1bffa9632ea70c4190b1f31aeb2f50 100644 (file)
@@ -54,7 +54,6 @@
 #endif
 
 __BEGIN_DECLS
-#ifndef __minix
 __dead void    err(int, const char *, ...)
                    __attribute__((__noreturn__, __format__(__printf__, 2, 3)));
 __dead void    verr(int, const char *, _BSD_VA_LIST_)
@@ -67,7 +66,6 @@ void          warn(const char *, ...)
                    __attribute__((__format__(__printf__, 1, 2)));
 void           vwarn(const char *, _BSD_VA_LIST_)
                    __attribute__((__format__(__printf__, 1, 0)));
-#endif
 void           warnx(const char *, ...)
                    __attribute__((__format__(__printf__, 1, 2)));
 void           vwarnx(const char *, _BSD_VA_LIST_)