diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-08-22 23:25:12 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-08-22 23:25:12 +0000 |
commit | f95ada8103d2eda8ff201653df134d10ba75fac6 (patch) | |
tree | 8c612b9052520e9d262f1bd7b04fa2443e8fe778 | |
parent | 3220cade24dd50e31c528f0b6567e0bb6bdf418a (diff) | |
download | glibc-f95ada8103d2eda8ff201653df134d10ba75fac6.zip glibc-f95ada8103d2eda8ff201653df134d10ba75fac6.tar.gz glibc-f95ada8103d2eda8ff201653df134d10ba75fac6.tar.bz2 |
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.
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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> |