[Issue 11918] pthread_kill should be nothrow
https://issues.dlang.org/show_bug.cgi?id=11918 Andrei Alexandrescu changed: What|Removed |Added Version|unspecified |D2 --
[Issue 11918] pthread_kill should be nothrow
https://issues.dlang.org/show_bug.cgi?id=11918 Joakim changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #1 from Joakim --- This has been addressed since then: https://github.com/D-Programming-Language/druntime/blame/master/src/core/sys/posix/signal.d#L1902 https://github.com/D-Programming-Language/druntime/blame/master/src/core/sys/osx/pthread.d#L18 --