summaryrefslogtreecommitdiff
path: root/lib-src/getopt.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src/getopt.h')
-rw-r--r--lib-src/getopt.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib-src/getopt.h b/lib-src/getopt.h
index ac6728f83d4..ba24c14ba44 100644
--- a/lib-src/getopt.h
+++ b/lib-src/getopt.h
@@ -137,14 +137,14 @@ extern int getopt ();
# endif /* __GNU_LIBRARY__ */
# ifndef __need_getopt
-extern int getopt_long (int __argc, char *const *__argv, const char *__shortopts,
+extern int getopt_long (int argc, char *const *argv, const char *__shortopts,
const struct option *__longopts, int *__longind);
-extern int getopt_long_only (int __argc, char *const *__argv,
+extern int getopt_long_only (int argc, char *const *argv,
const char *__shortopts,
const struct option *__longopts, int *__longind);
/* Internal only. Users should not call this directly. */
-extern int _getopt_internal (int __argc, char *const *__argv,
+extern int _getopt_internal (int argc, char *const *argv,
const char *__shortopts,
const struct option *__longopts, int *__longind,
int __long_only);