diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 2002-07-15 21:32:45 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 2002-07-15 21:32:45 +0000 |
| commit | ef5b63990291bec80752d1aeba90e0351c676479 (patch) | |
| tree | fc8fc60287636e5a4109d1b3d59d9d65a619f504 /include | |
| parent | 1f2cec106f598418fc7c7911c5f960d3c400a032 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/unistd.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/unistd.h b/include/unistd.h index e89dc257f426..ff858bf76338 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -134,13 +134,13 @@ char *ttyname(int); int unlink(const char *); ssize_t write(int, const void *, size_t); -extern char *optarg; /* getopt(3) external variables */ -extern int optind, opterr, optopt; -int getopt(int, char * const [], const char *); - /* 1003.2-1992 */ #if __POSIX_VISIBLE >= 199209 size_t confstr(int, char *, size_t); +int getopt(int, char * const [], const char *); + +extern char *optarg; /* getopt(3) external variables */ +extern int optind, opterr, optopt; #endif /* ISO/IEC 9945-1: 1996 */ |
