diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-01-13 00:55:28 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-01-13 00:55:28 +0000 |
commit | 234669e2687f707441040f90a9114133a77babe3 (patch) | |
tree | c6d69461e966051ba8602760e5345e967a6222ff /ChangeLog | |
parent | fd205052482e888997abe60fc52d6a711e573dec (diff) | |
download | glibc-234669e2687f707441040f90a9114133a77babe3.tar glibc-234669e2687f707441040f90a9114133a77babe3.tar.gz glibc-234669e2687f707441040f90a9114133a77babe3.tar.bz2 glibc-234669e2687f707441040f90a9114133a77babe3.zip |
Update.
2001-01-12 Ulrich Drepper <drepper@redhat.com>
* assert/assert.h: Use static_cast instead of C-style cast for C++.
Patch by Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2001-01-12 Ulrich Drepper <drepper@redhat.com> + + * assert/assert.h: Use static_cast instead of C-style cast for C++. + Patch by Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>. + 2001-01-12 Ben Collins <bcollins@debian.org> * sysdeps/generic/segfault.c (install_handler): Use access, not |