about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-12-26 20:10:32 +0000
committerRoland McGrath <roland@gnu.org>2001-12-26 20:10:32 +0000
commit362f8329ccf0f26d3976dfd9d50b70c97117a5f4 (patch)
tree439ea1c20d85ccb2648199db2d990af3839fb542 /ChangeLog
parenta5eb7027b941e30678468c30200450e28ba3518c (diff)
downloadglibc-362f8329ccf0f26d3976dfd9d50b70c97117a5f4.tar.gz
glibc-362f8329ccf0f26d3976dfd9d50b70c97117a5f4.tar.xz
glibc-362f8329ccf0f26d3976dfd9d50b70c97117a5f4.zip
* sysdeps/mach/hurd/sigwait.c (__sigwait): When returning immediately,
	check only (SS->pending & MASK) for the signal to return.
	From Jeroen Dekkers <jeroen@dekkers.cx>.

	* iconv/skeleton.c [!RESET_INPUT_BUFFER && !SAVE_RESET_STATE]:
	Use preprocessor #if conditionals instead of `if' to avoid
	warnings about divide by zero in dead code.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 968b321936..67cb599d71 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
+2001-12-26  Roland McGrath  <roland@frob.com>
+
+	* sysdeps/mach/hurd/sigwait.c (__sigwait): When returning immediately,
+	check only (SS->pending & MASK) for the signal to return.
+	From Jeroen Dekkers <jeroen@dekkers.cx>.
+
 2001-12-22  Roland McGrath  <roland@frob.com>
 
+	* iconv/skeleton.c [!RESET_INPUT_BUFFER && !SAVE_RESET_STATE]:
+	Use preprocessor #if conditionals instead of `if' to avoid
+	warnings about divide by zero in dead code.
+
 	* hurd/Versions (libc: GLIBC_2.2.5): Add _hurd_port_set,
 	_hurd_port_init, and __hurd_self_sigstate.