diff options
| author | joerg <joerg@NetBSD.org> | 2011-09-19 21:24:57 +0000 |
|---|---|---|
| committer | joerg <joerg@NetBSD.org> | 2011-09-19 21:24:57 +0000 |
| commit | f0610765a4124fcf0323fbebb4238beb3a77e625 (patch) | |
| tree | b15a2126163425beeee583aa99db99671be6f2a0 /lib/libc/include | |
| parent | 138c39a18b09b793747d9b595f572cf26f165914 (diff) | |
Mark _resumecontext as dead. ANSIfy all declarations for it.
Diffstat (limited to 'lib/libc/include')
| -rw-r--r-- | lib/libc/include/extern.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/include/extern.h b/lib/libc/include/extern.h index 7ad3e9118ee..ae30ba04f1d 100644 --- a/lib/libc/include/extern.h +++ b/lib/libc/include/extern.h @@ -1,4 +1,4 @@ -/* $NetBSD: extern.h,v 1.18 2011/07/17 20:54:34 joerg Exp $ */ +/* $NetBSD: extern.h,v 1.19 2011/09/19 21:24:58 joerg Exp $ */ /* * Copyright (c) 1997 Christos Zoulas. All rights reserved. @@ -31,7 +31,7 @@ extern char *__minbrk; int __getcwd(char *, size_t); int __getlogin(char *, size_t); int __setlogin(const char *); -void _resumecontext(void); +void _resumecontext(void) __dead; const char *__strerror(int , char *, size_t); const char *__strsignal(int , char *, size_t); char *__dtoa(double, int, int, int *, int *, char **); |
