summaryrefslogtreecommitdiffstats
path: root/include/unistd.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1994-09-08 10:29:15 +0000
committerbde <bde@FreeBSD.org>1994-09-08 10:29:15 +0000
commitf5939bca932a556efe352fa732c5c8b10ba10303 (patch)
tree6e5777f69378e0d2e243428187f3743f94e33f60 /include/unistd.h
parent255125cf4458ad72899f9a4a4efd4dc0dce1a09b (diff)
downloadFreeBSD-src-f5939bca932a556efe352fa732c5c8b10ba10303.zip
FreeBSD-src-f5939bca932a556efe352fa732c5c8b10ba10303.tar.gz
Declare functions that don't return as having attribute __dead2.
Diffstat (limited to 'include/unistd.h')
-rw-r--r--include/unistd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unistd.h b/include/unistd.h
index 4595a9d..9db3112 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -50,7 +50,7 @@
__BEGIN_DECLS
__dead void
- _exit __P((int));
+ _exit __P((int)) __dead2;
int access __P((const char *, int));
unsigned int alarm __P((unsigned int));
int chdir __P((const char *));
OpenPOWER on IntegriCloud