diff options
author | Roland McGrath <roland@gnu.org> | 2001-08-22 22:24:10 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-08-22 22:24:10 +0000 |
commit | 6106611a253467a76e3b8a32548a8a1caeb529fa (patch) | |
tree | e818b640dea3509749f6057726d26f54140078a5 /ChangeLog | |
parent | 78f056dbe4063461dcf3f493b931cad2335117ae (diff) | |
download | glibc-6106611a253467a76e3b8a32548a8a1caeb529fa.tar.gz glibc-6106611a253467a76e3b8a32548a8a1caeb529fa.tar.xz glibc-6106611a253467a76e3b8a32548a8a1caeb529fa.zip |
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. 2001-08-21 Roland McGrath <roland@frob.com> * stdio-common/tst-fseek.c: Include <time.h> for `time' declaration. * mach/Makefile (tests): Removed. * mach/hello.c: File removed.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 57cde827d1..c3b7232cdf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +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. + +2001-08-21 Roland McGrath <roland@frob.com> + + * stdio-common/tst-fseek.c: Include <time.h> for `time' declaration. + + * mach/Makefile (tests): Removed. + * mach/hello.c: File removed. + 2001-08-22 Ulrich Drepper <drepper@redhat.com> * po/sv.po: Update from translation team. |