Showing with 1 addition and 1 deletion.
  1. +1 −1 src/core/thread.d
2 changes: 1 addition & 1 deletion src/core/thread.d
Original file line number Diff line number Diff line change
Expand Up @@ -2090,7 +2090,7 @@ version( Windows )
*
* $(D extern(C) void rt_moduleTlsCtor();)
*/
extern (C) void thread_detachThis()
extern (C) void thread_detachThis() nothrow
{
if (auto t = Thread.getThis())
Thread.remove(t);
Expand Down