After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 597020 - The POSIX binding misses the waitpid() flags
The POSIX binding misses the waitpid() flags
Status: RESOLVED FIXED
Product: vala
Classification: Core
Component: Bindings
0.7.x
Other Linux
: Normal normal
: ---
Assigned To: Vala maintainers
Vala maintainers
Depends on:
Blocks:
 
 
Reported: 2009-10-01 16:56 UTC by Colomban Wendling
Modified: 2009-10-31 14:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Adds the three waitpit() flags (938 bytes, patch)
2009-10-01 16:57 UTC, Colomban Wendling
none Details | Review

Description Colomban Wendling 2009-10-01 16:56:15 UTC
The three waitpid() flags (WNOHANG, WUNTRACED and WCONTINUED) are missing from the POSIX binding.
Comment 1 Colomban Wendling 2009-10-01 16:57:36 UTC
Created attachment 144521 [details] [review]
Adds the three waitpit() flags
Comment 2 Jürg Billeter 2009-10-31 14:32:51 UTC
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.