[Issue 13282] __libc_current_sigrtmax is not accessible from module linux
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Thu Oct 20 02:13:57 PDT 2016
    
    
  
https://issues.dlang.org/show_bug.cgi?id=13282
Nemanja Boric <4burgos at gmail.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |4burgos at gmail.com
         Resolution|---                         |FIXED
--- Comment #1 from Nemanja Boric <4burgos at gmail.com> ---
This was fixed in the meantime - `SIGRTMIN` and `SIGRTMAX` are no longer
aliases to a private functions:
https://github.com/dlang/druntime/blob/2db828bd4f21807254b770b3ec304f14596a9805/src/core/sys/posix/signal.d#L145-L159
--
    
    
More information about the Digitalmars-d-bugs
mailing list