Bug 15073 – SIGRTMIN is an alias to a private function

Status
RESOLVED
Resolution
FIXED
Severity
major
Priority
P1
Component
druntime
Product
D
Version
D2
Platform
x86_64
OS
Linux
Creation time
2015-09-16T13:20:00Z
Last change time
2016-01-03T14:10:02Z
Assigned to
nobody
Creator
tomer

Comments

Comment #0 by tomer — 2015-09-16T13:20:44Z
a simple program such as import core.sys.posix.signal; void main() { int rtmin = SIGRTMIN; } fails to compile with Error: function core.sys.posix.signal.__libc_current_sigrtmin is not accessible from module main Due to the functions being marked private in core.sys.posix.signal
Comment #1 by tomer — 2015-09-16T13:29:37Z
Comment #2 by github-bugzilla — 2015-10-12T11:58:48Z
Comment #3 by dlang-bugzilla — 2015-10-15T17:00:25Z
PR was merged.
Comment #4 by github-bugzilla — 2016-01-03T14:10:02Z