Jelajahi Sumber

Synch extern declaration with definition provided in __uClibc_main.c

Carmelo Amoroso 17 tahun lalu
induk
melakukan
de1bfc58ed
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      include/errno.h

+ 1 - 1
include/errno.h

@@ -52,7 +52,7 @@ extern int errno;
 /* The full and simple forms of the name with which the program was
 /* The full and simple forms of the name with which the program was
    invoked.  These variables are set up automatically at startup based on
    invoked.  These variables are set up automatically at startup based on
    the value of ARGV[0] (this works only if you use GNU ld).  */
    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 /* __USE_GNU */
 #endif /* _ERRNO_H */
 #endif /* _ERRNO_H */