[Issue 20852] core.sys.posix.sys.wait missing definitions on FreeBSD
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun May 24 16:15:41 UTC 2020
https://issues.dlang.org/show_bug.cgi?id=20852
--- Comment #4 from Dlang Bot <dlang-bot at dlang.rocks> ---
@sakhmatd created dlang/druntime pull request #3115 "Fix issue 20852:
core.sys.posix.sys.wait missing definitions on FreeBSD" fixing this issue:
- 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