summaryrefslogtreecommitdiff
path: root/include/getopt.h
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2004-02-23 08:14:18 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2004-02-23 08:14:18 +0000
commit05efcb983ce3170928e8c252511f0611912e3de2 (patch)
tree53332f18395c269465a47c4f83346991db7a232e /include/getopt.h
parent546a1660f070e680d2d39094e8b69793492708a1 (diff)
downloadsrc-test-05efcb983ce3170928e8c252511f0611912e3de2.tar.gz
src-test-05efcb983ce3170928e8c252511f0611912e3de2.zip
In the comment tell about optreset extension for NetBSD ghetopt_long()
Notes
Notes: svn path=/head/; revision=126155
Diffstat (limited to 'include/getopt.h')
-rw-r--r--include/getopt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/getopt.h b/include/getopt.h
index 39b514ef9b2a0..4943d04d0d785 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