From: Ulrich Drepper Date: Wed, 22 Aug 2001 23:25:12 +0000 (+0000) Subject: Fix formatting. X-Git-Tag: cvs/glibc-2-2-5~400 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f95ada8103d2eda8ff201653df134d10ba75fac6;p=thirdparty%2Fglibc.git 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. --- diff --git a/ChangeLog b/ChangeLog index 87b44ecc25d..378cd6ba7f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,10 +8,10 @@ 2001-04-23 Paul Eggert - * 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