s/__dead/volatile/

This commit is contained in:
mycroft 1993-05-01 15:18:57 +00:00
parent d46ad9b178
commit 5a50a4dc76
1 changed files with 4 additions and 4 deletions

View File

@ -49,10 +49,10 @@
#include <sys/cdefs.h>
__BEGIN_DECLS
__dead void err __P((int, const char *, ...));
__dead void verr __P((int, const char *, _VA_LIST_));
__dead void errx __P((int, const char *, ...));
__dead void verrx __P((int, const char *, _VA_LIST_));
volatile void err __P((int, const char *, ...));
volatile void verr __P((int, const char *, _VA_LIST_));
volatile void errx __P((int, const char *, ...));
volatile void verrx __P((int, const char *, _VA_LIST_));
void warn __P((const char *, ...));
void vwarn __P((const char *, _VA_LIST_));
void warnx __P((const char *, ...));