[Issue 20852] core.sys.posix.sys.wait missing definitions on FreeBSD
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun May 24 23:32:50 UTC 2020
https://issues.dlang.org/show_bug.cgi?id=20852
Dlang Bot <dlang-bot at dlang.rocks> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution|--- |FIXED
--- Comment #5 from Dlang Bot <dlang-bot at dlang.rocks> ---
dlang/druntime pull request #3115 "Fix issue 20852: core.sys.posix.sys.wait
missing definitions on FreeBSD" was merged into master:
- 4b70715194b6cbed8d77dda59df5faf5dfbda49f by Sergei Akhmatdinov:
Fix issue 20852: core.sys.posix.sys.wait missing definitions on FreeBSD
Upon further testing with the Vibe.d suite, it appears that the entire
idtype_t
struct from sys/wait.h is required for some parts of eventcore to compile.
This commit adds all of the missing id types.
After adding the missing id types, Vibe.d tests pass as intended.
https://github.com/dlang/druntime/pull/3115
--
More information about the Digitalmars-d-bugs
mailing list