diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-05-23 13:02:36 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-05-23 13:02:36 +0000 |
commit | 8aba992a60cbe815ddcd14ffb51f2aa1186a6ed0 (patch) | |
tree | 4dbcbee62b7f4563c8cd4b32171af890b1d498e2 /ChangeLog | |
parent | 33d1a2c5b8fe391db7d99821ef09c55ab45bf5a4 (diff) | |
download | glibc-8aba992a60cbe815ddcd14ffb51f2aa1186a6ed0.tar.gz glibc-8aba992a60cbe815ddcd14ffb51f2aa1186a6ed0.tar.xz glibc-8aba992a60cbe815ddcd14ffb51f2aa1186a6ed0.zip |
Update.
1999-05-23 Andreas Jaeger <aj@arthur.rhein-neckar.de> * malloc/malloc.h: Add __THROW for __MALLOC_P to synch with usage of __P in the rest of glibc; define __MALLOC_PMT and use it. Reported by Stephan Kulow <coolo@kde.org>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f06d8ce06b..5b6f1903b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1999-05-23 Andreas Jaeger <aj@arthur.rhein-neckar.de> + + * malloc/malloc.h: Add __THROW for __MALLOC_P to synch with usage + of __P in the rest of glibc; define __MALLOC_PMT and use it. + Reported by Stephan Kulow <coolo@kde.org>. + 1999-05-23 Ulrich Drepper <drepper@cygnus.com> * sysdeps/alpha/fpu/bits/fenv.h: Pretty print. |