* sysdeps/mach/hurd/sigwait.c (__sigwait): When returning immediately,
authorRoland McGrath <roland@gnu.org>
Wed, 26 Dec 2001 20:10:32 +0000 (20:10 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 26 Dec 2001 20:10:32 +0000 (20:10 +0000)
commit362f8329ccf0f26d3976dfd9d50b70c97117a5f4
tree439ea1c20d85ccb2648199db2d990af3839fb542
parenta5eb7027b941e30678468c30200450e28ba3518c
* 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.
ChangeLog
sysdeps/mach/hurd/sigwait.c