diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1994-09-08 10:29:15 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1994-09-08 10:29:15 +0000 |
| commit | 2868e9618b53d8f861a76ae9d05a4d34f3dc9dff (patch) | |
| tree | 6e5777f69378e0d2e243428187f3743f94e33f60 /include/unistd.h | |
| parent | 4e0fff210eea7c563c81f551e8c9ca772748d837 (diff) | |
Notes
Diffstat (limited to 'include/unistd.h')
| -rw-r--r-- | include/unistd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unistd.h b/include/unistd.h index 4595a9d114e65..9db3112af4c28 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 *)); |
