On 1/19/15 4:49 PM, Steven Schveighoffer wrote:
I figured it out, poll.d is missing from here:
https://github.com/D-Programming-Language/druntime/blob/master/mak/SRCS
So it's for some reason not purposely included.
I think there's an expectation (I'm probably guilty of this too) that if
you include a file somewhere in druntime's core subdirectory, it gets
compiled in.
There are actually quite a few files not included... not sure why.
And the answer:
http://forum.dlang.org/thread/1fe961b1-8454-4298-ad8f-16069971e...@yahoo.com#post-54BE1AF6.7040805:40dawg.eu
https://issues.dlang.org/show_bug.cgi?id=14014
So it looks like it's a DMD bug and we should not include that module.
-Steve