mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-08-06 07:49:03 +00:00
The current implementation only handles -ERESTARTNOHAND, whereas we also need to handle -ERESTART_RESTARTBLOCK in the handle_signal() case for restartable system calls. Follows the sh change. Signed-off-by: Paul Mundt <lethal@linux-sh.org>