diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-11-15 21:12:09 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-11-15 21:12:09 +0000 |
commit | afa40ade775710f3a449e10778159ade4c133d45 (patch) | |
tree | dfcfb8d70f95e89273ee32d14c982c529c08a676 /include/errno.h | |
parent | dc7f2e1bf0dc6ab6bec1d531026fb39271287711 (diff) |
Add in tmpnam() support from David Whedon <dwhedon@gordian.com>,
rework include/stdio.h, and fix up the resultant damage.
Diffstat (limited to 'include/errno.h')
-rw-r--r-- | include/errno.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/errno.h b/include/errno.h index 862d0f2cb..f96590c2e 100644 --- a/include/errno.h +++ b/include/errno.h @@ -5,7 +5,7 @@ #include <linux/errno.h> extern int sys_nerr; -extern char *sys_errlist[]; +extern const char *const sys_errlist[]; #define _sys_nerr sys_nerr #define _sys_errlist sys_errlist |