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

From-SVN: r38383
This commit is contained in:
John David Anglin 2000-12-19 18:30:36 +00:00 committed by Richard Henderson
parent b088998d29
commit 051a55e097
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
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.

View file

@ -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