ash: while (!got_sig) pause() is not reliable, use sigsuspend()
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 3 Nov 2016 19:17:23 +0000 (20:17 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 3 Nov 2016 19:22:54 +0000 (20:22 +0100)
commit1ab7c2fc6daf252f20d17949e70829905a7fd72a
tree73f06aa0de7ec8c11c81f00a36273ce1940cff87
parent2e6af549715f5d7b4c2ab204e46c8b8f6f057045
ash: while (!got_sig) pause() is not reliable, use sigsuspend()

dash was doing it for a reason. Unfortunately, it had no comment why...
now I know.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/ash.c