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