https://issues.dlang.org/show_bug.cgi?id=13377
Issue ID: 13377
Summary: core/sys/posix/syslog.d is in druntime/src but not in
druntime/src/import
Product: D
Version: D2
Hardware: x86_64
OS: Linux
Status: NEW
Severity: normal
Priority: P1
Component: druntime
Assignee: [email protected]
Reporter: [email protected]
We have these nice bindings to syslog but can't use them by default because
they are not in the import path. This actually is the only one I see in
druntime/src that wasn't picked up in druntime/import.
--