September 10, 2013 [Issue 11002] New: Compiler doesn't see std.sys.linux.epoll. | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=11002 Summary: Compiler doesn't see std.sys.linux.epoll. Product: D Version: D2 Platform: All OS/Version: Linux Status: NEW Severity: major Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: aldacron@gmail.com --- Comment #0 from Mike Parker <aldacron@gmail.com> 2013-09-09 18:51:48 PDT --- ####### import core.sys.linux.epoll; void main() { epoll_event ev; } ####### Error: undefined identifier epoll_event ####### import core.sys.linux.epoll : epoll_event; void main() { epoll_event ev; } ####### Error: module core.sys.linux.epoll import 'epoll_event' not found This holds true for everything declared in the module. Other modules in core.sys.linux are fine. Verified on 2.063 and 2.063.2. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
September 10, 2013 [Issue 11002] Compiler doesn't see std.sys.linux.epoll. | ||||
---|---|---|---|---|
| ||||
Posted in reply to Mike Parker | http://d.puremagic.com/issues/show_bug.cgi?id=11002 Martin Nowak <code@dawg.eu> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |code@dawg.eu Resolution| |FIXED --- Comment #1 from Martin Nowak <code@dawg.eu> 2013-09-10 10:42:52 PDT --- This is alread fixed in master by https://github.com/D-Programming-Language/druntime/pull/489. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation