diff options
author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-05-20 06:57:20 +0000 |
---|---|---|
committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-05-20 06:57:20 +0000 |
commit | de1bfc58ede5a91b519b0112275acea94468dd47 (patch) | |
tree | a6aa40dd291be1cf34b304b00a958a4b3b15ac86 | |
parent | 99d15100e8ef75fea776b12e235d14da97722343 (diff) |
Synch extern declaration with definition provided in __uClibc_main.c
-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 aef117e87..b2315b90a 100644 --- a/include/errno.h +++ b/include/errno.h @@ -52,7 +52,7 @@ extern int errno; /* The full and simple forms of the name with which the program was invoked. These variables are set up automatically at startup based on the value of ARGV[0] (this works only if you use GNU ld). */ -extern char *program_invocation_name, *program_invocation_short_name; +extern const char *program_invocation_name, *program_invocation_short_name; #endif /* __USE_GNU */ #endif /* _ERRNO_H */ |