svn commit: trunk/uClibc/include

carmelo at uclibc.org carmelo at uclibc.org
Tue May 20 06:57:21 UTC 2008


Author: carmelo
Date: 2008-05-19 23:57:20 -0700 (Mon, 19 May 2008)
New Revision: 22015

Log:
Synch extern declaration with definition provided in __uClibc_main.c

Modified:
   trunk/uClibc/include/errno.h


Changeset:
Modified: trunk/uClibc/include/errno.h
===================================================================
--- trunk/uClibc/include/errno.h	2008-05-20 06:56:16 UTC (rev 22014)
+++ trunk/uClibc/include/errno.h	2008-05-20 06:57:20 UTC (rev 22015)
@@ -52,7 +52,7 @@
 /* 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 */
 




More information about the uClibc-cvs mailing list