Prototype and definitions for getopt()

This commit is contained in:
Ben Gras 2005-06-27 09:30:49 +00:00
parent 205d288bb3
commit b05fa195d6

View file

@ -167,5 +167,7 @@ _PROTOTYPE( int setgroups, (int ngroups, const gid_t *gidset) );
#endif
_PROTOTYPE( int readlink, (const char *, char *, int));
_PROTOTYPE( int getopt, (int, char **, char *));
extern int optind, opterr, optopt;
#endif /* _UNISTD_H */