diff options
| author | mycroft <mycroft@NetBSD.org> | 1998-07-26 13:34:18 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 1998-07-26 13:34:18 +0000 |
| commit | 4024f73640e189f79136a4679e1d9b2f61acdae3 (patch) | |
| tree | 736bf25d4c1123d80bb3e8843c2ff768d5816f92 /lib/libc/include/extern.h | |
| parent | 907740b59130f51ed2281ca161f69e27731781c5 (diff) | |
const poisoning.
Diffstat (limited to 'lib/libc/include/extern.h')
| -rw-r--r-- | lib/libc/include/extern.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/include/extern.h b/lib/libc/include/extern.h index 89dbcbc25b5..a0edd0e7e11 100644 --- a/lib/libc/include/extern.h +++ b/lib/libc/include/extern.h @@ -1,4 +1,4 @@ -/* $NetBSD: extern.h,v 1.2 1997/10/16 23:08:21 christos Exp $ */ +/* $NetBSD: extern.h,v 1.3 1998/07/26 13:36:34 mycroft Exp $ */ /* * Copyright (c) 1997 Christos Zoulas. All rights reserved. @@ -31,8 +31,8 @@ __BEGIN_DECLS int __getlogin __P((char *, size_t)); -char *__strerror __P((int , char *, int)); -char *__strsignal __P((int , char *, int)); +const char *__strerror __P((int , char *, int)); +const char *__strsignal __P((int , char *, int)); char *__dtoa __P((double, int, int, int *, int *, char **)); int __sysctl __P((int *, unsigned int, void *, size_t *, void *, size_t)); __END_DECLS |
