Most of AIX support.

This commit is contained in:
Nicholas Marriott
2009-03-31 21:22:10 +00:00
parent 6c27f1c335
commit 792b28ec3e
6 changed files with 24 additions and 10 deletions

View File

@ -56,7 +56,6 @@ struct option {
int val;
};
__BEGIN_DECLS
int getopt_long(int, char * const *, const char *,
const struct option *, int *);
int getopt_long_only(int, char * const *, const char *,
@ -73,6 +72,5 @@ extern int optopt;
extern int optreset;
extern char *suboptarg; /* getsubopt(3) external variable */
#endif
__END_DECLS
#endif /* !_GETOPT_H_ */