r198: *** empty log message ***
[ctsim.git] / getopt / getopt.h
index b0147e9d2ac314401941304659c3c19575f025df..95ba4e184455665a6aaa6dc6543dc45d9df4bf28 100644 (file)
@@ -137,8 +137,8 @@ extern int getopt ();
 # endif /* __GNU_LIBRARY__ */
 
 # ifndef __need_getopt
-extern int getopt_long (int __argc, char *const *__argv, const char *__shortopts,
-                       const struct option *__longopts, int *__longind);
+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,
                             const char *__shortopts,
                             const struct option *__longopts, int *__longind);