Commit 7c8496f5 authored by Andrey Vagin's avatar Andrey Vagin Committed by Pavel Emelyanov

pipe00: replace polling on waiting

Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 062f4688
......@@ -55,8 +55,7 @@ int main(int argc, char ** argv)
test_daemon();
while (test_go())
;
test_waitsig();
ret = read(12, buf, sizeof(TEST_STRING));
if (ret != sizeof(TEST_STRING)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment