* system.h (getopt): Update prototype to match include/getopt.h.
From-SVN: r38383
This commit is contained in:
parent
b088998d29
commit
051a55e097
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue