[git commit future] errno.h: fix __progname_full type

Peter S. Mazinger ps.m at gmx.net
Thu Apr 14 07:59:26 UTC 2011


commit: http://git.uclibc.org/uClibc/commit/?id=6c94a90455198459da7ab2037eb88b20a475b8ef
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/future

Signed-off-by: Peter S. Mazinger <ps.m at gmx.net>
---
 include/errno.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/errno.h b/include/errno.h
index 5340601..fb7c1f5 100644
--- a/include/errno.h
+++ b/include/errno.h
@@ -48,7 +48,7 @@ extern int errno;
 #endif
 
 #ifdef _LIBC
-extern const char *__progname, __progname_full;
+extern const char *__progname, *__progname_full;
 #endif
 #if defined __USE_GNU && defined __UCLIBC_HAS_PROGRAM_INVOCATION_NAME__
 
-- 
1.7.3.4



More information about the uClibc-cvs mailing list