diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-11-20 10:18:11 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-11-20 10:18:11 +0000 |
commit | ce3019ccbbc481b87d119113a47168f03a4f55e6 (patch) | |
tree | ad0ae9af246c023b0f2f21411faa945c169dc07a /ChangeLog | |
parent | ad5b53b1075af3514ae5e1c665f95529e4e7818e (diff) | |
download | glibc-ce3019ccbbc481b87d119113a47168f03a4f55e6.tar.gz glibc-ce3019ccbbc481b87d119113a47168f03a4f55e6.tar.xz glibc-ce3019ccbbc481b87d119113a47168f03a4f55e6.zip |
Update.
* malloc/thread-m.h: gcc doesn't tolerate zero-sized types anymore.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d6d520f2b6..b7b9ee3c27 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2000-11-20 Ulrich Drepper <drepper@redhat.com> + * malloc/thread-m.h: gcc doesn't tolerate zero-sized types anymore. + * csu/gmon-start.c: Always have prototype for __gmon_start. * csu/version.c: Add prototypes for __libc_print_version and __libc_main. |