diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2004-02-23 08:14:18 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2004-02-23 08:14:18 +0000 |
| commit | 05efcb983ce3170928e8c252511f0611912e3de2 (patch) | |
| tree | 53332f18395c269465a47c4f83346991db7a232e /include | |
| parent | 546a1660f070e680d2d39094e8b69793492708a1 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/getopt.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/getopt.h b/include/getopt.h index 39b514ef9b2a..4943d04d0d78 100644 --- a/include/getopt.h +++ b/include/getopt.h @@ -43,7 +43,8 @@ #include <sys/cdefs.h> /* - * GNU-like getopt_long() & getopt() for GNU programs. + * GNU-like getopt_long() with 4.4BSD optreset extension. + * getopt() is declared here too for GNU programs. */ #define no_argument 0 #define required_argument 1 |
