Commit 051a55e0 by John David Anglin Committed by Richard Henderson

* system.h (getopt): Update prototype to match include/getopt.h.

From-SVN: r38383
parent b088998d
2000-12-19 John David Anglin <dave@hiauly1.hia.nrc.ca>
* system.h (getopt): Update prototype to match include/getopt.h.
2000-12-19 John David Anglin <dave@hiauly1.hia.nrc.ca>
From Jeff Law.
* pa.c (basereg_operand): Simplify.
......
......@@ -278,7 +278,7 @@ extern char *getenv PARAMS ((const char *));
#endif
#if defined (HAVE_DECL_GETOPT) && !HAVE_DECL_GETOPT
extern int getopt PARAMS ((int, char **, char *));
extern int getopt PARAMS ((int, char * const *, char *));
#endif
#if defined (HAVE_DECL_GETWD) && !HAVE_DECL_GETWD
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment