GNOME Bugzilla – Bug 597020
The POSIX binding misses the waitpid() flags
Last modified: 2009-10-31 14:32:51 UTC
The three waitpid() flags (WNOHANG, WUNTRACED and WCONTINUED) are missing from the POSIX binding.
Created attachment 144521 [details] [review] Adds the three waitpit() flags
commit de25b1ab4206c7ba7890e9c67bec776b1698db56 Author: Colomban Wendling <ban@herbesfolles.org> Date: Thu Oct 1 18:49:39 2009 +0200 posix: Add the three waitpid() flags Add WNOHANG, WUNTRACED and WCONTINUED. Fixes bug 597020.