D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 4146 - Unavailable: core.sys.posix.sys.wait.waitid()
Summary: Unavailable: core.sys.posix.sys.wait.waitid()
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: druntime (show other issues)
Version: D2
Hardware: All All
: P2 enhancement
Assignee: Sean Kelly
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-02 03:23 UTC by Lars T. Kyllingstad
Modified: 2015-06-09 05:13 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Lars T. Kyllingstad 2010-05-02 03:23:28 UTC
As of POSIX:2008, the waitid() function and its related symbolic constants have been moved to the Base specification.  The relevant declarations are already in core/sys/posix/sys/wait.d, but are commented out.  Please uncomment them -- I'd like to use waitid() in the new std.process.

Reference:
http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_wait.h.html
Comment 1 Lars T. Kyllingstad 2010-05-06 01:28:43 UTC
http://www.dsource.org/projects/druntime/changeset/291

Thanks for fixing this so quickly, Sean.  As it turns out, though, I won't be needing it after all -- what I wanted it for wouldn't be portable to Windows.
Comment 2 Don 2010-05-18 12:19:52 UTC
Fixed DMD2.046.