* hurd/hurdsig.c (_hurd_internal_post_signal): In case of handled
authorRoland McGrath <roland@gnu.org>
Fri, 5 Jul 1996 23:51:10 +0000 (23:51 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 5 Jul 1996 23:51:10 +0000 (23:51 +0000)
commit7f4e9608228a6e2e1af62abe576599cd4588d778
tree5a91cbf153f4e7c1f07f5c9a8a677c3fadcf4a5c
parenteb6c848027361474049fbd068df6025492845a2b
* hurd/hurdsig.c (_hurd_internal_post_signal): In case of handled

signal during critical section doing interruptible RPC, if
_hurdsig_abort_rpcs wants to change thread state, do thread_set_state
before thread_resume.  If in critical section, pass 0 for SIGNO to
_hurdsig_abort_rpcs so rpc is interrupted regardless of SA_RESTART.

* extra-lib.mk: Fix typo in $(extra-libs-others) conditional.
ChangeLog