mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-13 05:41:26 +01:00
Fix comment: GNU getopt.h to which this header tries to mimic does not declare
getsubopt/optreset
This commit is contained in:
parent
60fb481f43
commit
3f52a8ab55
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=126140
@ -44,7 +44,7 @@
|
||||
#include <unistd.h>
|
||||
|
||||
/*
|
||||
* Gnu like getopt_long() and BSD4.4 getsubopt()/optreset extensions
|
||||
* GNU-like getopt_long()
|
||||
*/
|
||||
#if !defined(_POSIX_SOURCE) && !defined(_XOPEN_SOURCE)
|
||||
#define no_argument 0
|
||||
|
Loading…
Reference in New Issue
Block a user