summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/btx
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1998-10-02 16:22:54 +0000
committermsmith <msmith@FreeBSD.org>1998-10-02 16:22:54 +0000
commit4e9232983b6ae625ec25b45de5fe7e25ec8e23d1 (patch)
treea79699f333c9c292cc17de85d0f81a59f091027d /sys/boot/i386/btx
parent9844efc6b7fb0a3c2933de8d19143a12940308f2 (diff)
downloadFreeBSD-src-4e9232983b6ae625ec25b45de5fe7e25ec8e23d1.zip
FreeBSD-src-4e9232983b6ae625ec25b45de5fe7e25ec8e23d1.tar.gz
Mark exit() as __attribute__((__noreturn__))
Diffstat (limited to 'sys/boot/i386/btx')
-rw-r--r--sys/boot/i386/btx/lib/btxv86.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/i386/btx/lib/btxv86.h b/sys/boot/i386/btx/lib/btxv86.h
index d01be4f..db54ae3 100644
--- a/sys/boot/i386/btx/lib/btxv86.h
+++ b/sys/boot/i386/btx/lib/btxv86.h
@@ -14,7 +14,7 @@
*/
/*
- * $Id: btxv86.h,v 1.1 1998/09/14 10:37:00 rnordier Exp $
+ * $Id: btxv86.h,v 1.2 1998/09/17 23:52:05 msmith Exp $
*/
#ifndef _BTXV86_H_
@@ -57,7 +57,7 @@ extern u_int32_t __args;
#define VTOPSEG(va) (u_int16_t)(VTOP(va) >> 4)
#define VTOPOFF(va) (u_int16_t)(VTOP(va) & 0xf)
-void __exit(int);
+void __exit(int) __attribute__((__noreturn__));
void __exec(caddr_t, ...);
#endif /* !_BTXV86_H_ */
OpenPOWER on IntegriCloud