mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-14 04:50:18 +00:00
Fix formatting.
* posix/getopt.h (getopt_long, getopt_long_only, _getopt_internal): Rename __argc to ___argc in prototypes to avoid compatibility problems with systems that reserve the identifier "__argc". Similarly for __argv.
This commit is contained in:
parent
3220cade24
commit
f95ada8103
@ -8,10 +8,10 @@
|
||||
|
||||
2001-04-23 Paul Eggert <eggert@twinsun.com>
|
||||
|
||||
* posix/getopt.h (getopt_long, getopt_long_only, _getopt_internal):
|
||||
Rename __argc to ___argc in prototypes to avoid compatibility
|
||||
problems with systems that reserve the identifier "__argc".
|
||||
Similarly for __argv.
|
||||
* posix/getopt.h (getopt_long, getopt_long_only, _getopt_internal):
|
||||
Rename __argc to ___argc in prototypes to avoid compatibility
|
||||
problems with systems that reserve the identifier "__argc".
|
||||
Similarly for __argv.
|
||||
|
||||
2001-08-21 Roland McGrath <roland@frob.com>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user