From eebf12bec5c0999adf9d898a7a78b9fc3d2367ca Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sun, 29 Oct 2017 15:41:59 -0600 Subject: [PATCH] Fix returning too many errors from waitpid --- src/syscall/process.rs | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/src/syscall/process.rs b/src/syscall/process.rs index 98e3034..d396be2 100644 --- a/src/syscall/process.rs +++ b/src/syscall/process.rs @@ -1160,17 +1160,20 @@ pub fn waitpid(pid: ContextId, status_ptr: usize, flags: usize) -> Result