summaryrefslogtreecommitdiff
path: root/argp/argp.h
diff options
context:
space:
mode:
Diffstat (limited to 'argp/argp.h')
-rw-r--r--argp/argp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/argp/argp.h b/argp/argp.h
index 886742a36e..61ed8351e6 100644
--- a/argp/argp.h
+++ b/argp/argp.h
@@ -396,7 +396,7 @@ extern void (*argp_program_version_hook) __P ((FILE *__stream,
argp_help if the ARGP_HELP_BUG_ADDR flag is set (as it is by various
standard help messages), embedded in a sentence that says something like
`Report bugs to ADDR.'. */
-__const extern char *argp_program_bug_address;
+extern __const char *argp_program_bug_address;
/* The exit status that argp will use when exiting due to a parsing error.
If not defined or set by the user program, this defaults to EX_USAGE from