diff options
author | Roland McGrath <roland@gnu.org> | 2001-12-26 20:10:32 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-12-26 20:10:32 +0000 |
commit | 362f8329ccf0f26d3976dfd9d50b70c97117a5f4 (patch) | |
tree | 439ea1c20d85ccb2648199db2d990af3839fb542 /ChangeLog | |
parent | a5eb7027b941e30678468c30200450e28ba3518c (diff) | |
download | glibc-362f8329ccf0f26d3976dfd9d50b70c97117a5f4.tar glibc-362f8329ccf0f26d3976dfd9d50b70c97117a5f4.tar.gz glibc-362f8329ccf0f26d3976dfd9d50b70c97117a5f4.tar.bz2 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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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. |