diff options
author | Roland McGrath <roland@gnu.org> | 2005-10-23 00:43:23 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-10-23 00:43:23 +0000 |
commit | d8f5ccdde75ced2f5b7fe93dd9ef6ba58772b128 (patch) | |
tree | c41e4d5060cf24b60b1d24691e359e069068a368 /ChangeLog | |
parent | 4e4c417b181ae21e3dcc80bce2819f3cebf2615a (diff) | |
download | glibc-d8f5ccdde75ced2f5b7fe93dd9ef6ba58772b128.tar.gz glibc-d8f5ccdde75ced2f5b7fe93dd9ef6ba58772b128.tar.xz glibc-d8f5ccdde75ced2f5b7fe93dd9ef6ba58772b128.zip |
[BZ #1252, BZ #1498]
2005-10-17 Thomas Schwinge <tschwinge@gnu.org> [BZ #1252] * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Don't use ?: as lvalue. * sysdeps/mach/hurd/ioctl.c (__ioctl): Likewise. [BZ #1498]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ab8a9a6310..9084710539 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-10-17 Thomas Schwinge <tschwinge@gnu.org> + + [BZ #1252] + * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Don't use ?: as lvalue. + * sysdeps/mach/hurd/ioctl.c (__ioctl): Likewise. + 2005-10-20 Ulrich Drepper <drepper@redhat.com> * iconvdata/ibm1364.h (__ucs4_to_ibm1364sb): Fix one mapping. @@ -10,6 +16,7 @@ 2005-08-23 GOTO Masanori <gotom@debian.or.jp> + [BZ #1498] * sysdeps/alpha/remqu.S: Return the correct result when the same dividend and divisor are provided, and they're negative numbers. * sysdeps/alpha/divqu.S: Likewise. |