Bug 11002 – Compiler doesn't see std.sys.linux.epoll.

Status
RESOLVED
Resolution
FIXED
Severity
major
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
All
OS
Linux
Creation time
2013-09-09T18:51:00Z
Last change time
2013-09-10T10:42:52Z
Assigned to
nobody
Creator
aldacron

Comments

Comment #0 by aldacron — 2013-09-09T18:51:48Z
####### 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.
Comment #1 by code — 2013-09-10T10:42:52Z