[Issue 19467] Don't support EV_SET on OSX?
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Jan 15 04:44:11 UTC 2023
https://issues.dlang.org/show_bug.cgi?id=19467
--- Comment #3 from Walter Bright <bugzilla at digitalmars.com> ---
Corrected link:
https://github.com/dlang/dmd/blob/master/druntime/src/core/sys/darwin/sys/event.d#L49
which points to:
extern(D) void EV_SET64(kevent64_s* kevp, typeof(kevent64_s.tupleof) args)
{
*kevp = kevent64_s(args);
}
It doesn't work with betterC because it requires linking with the druntime
library.
--
More information about the Digitalmars-d-bugs
mailing list