]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix formatting.
authorUlrich Drepper <drepper@redhat.com>
Wed, 22 Aug 2001 23:25:12 +0000 (23:25 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 22 Aug 2001 23:25:12 +0000 (23:25 +0000)
* 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.

ChangeLog

index 87b44ecc25dad40e6f11b5fdd0cee11fd00f1eb6..378cd6ba7f102ee112fe9611029a97f68f82ad29 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>