Skip to content

Commit f20d3d3

Browse files
authored
Update Thread.NativeAot.Unix.cs
1 parent 3c6f279 commit f20d3d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coreclr/nativeaot/System.Private.CoreLib/src/System/Threading/Thread.NativeAot.Unix.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ private static void OnThreadExit()
5353
// the thread.
5454
currentThread._waitInfo.OnThreadExiting();
5555
StopThread(currentThread);
56-
SetJoinHandle(currentThread);
56+
SetJoinHandle();
5757
}
5858
}
5959

0 commit comments

Comments
 (0)