mirror of
https://github.com/coreutils/coreutils.git
synced 2025-01-27 10:33:29 +08:00
Change dcl of program_name so it doesn't conflict with the ubiquitous char* one.
This commit is contained in:
parent
46a9863033
commit
aa8b6cf83c
@ -9,4 +9,4 @@
|
||||
int argmatch __ARGMATCH_P ((const char *, const char * const *));
|
||||
void invalid_arg __ARGMATCH_P ((const char *, const char *, int));
|
||||
|
||||
extern char const program_name[];
|
||||
extern char *program_name;
|
||||
|
Loading…
Reference in New Issue
Block a user