We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddea683 commit cdaefd9Copy full SHA for cdaefd9
CONTRIBUTORS.txt
@@ -6,4 +6,8 @@ List of Contributors
6
7
Microsoft Corporation
8
Brian Wengert (bwengert79)
9
-Leslie Brody (Les1966)
+Leslie Brody (Les1966)
10
+Michael M (M1xa)
11
+Matt Peterson (MattPeterson1)
12
+
13
Release/src/pplx/linux/pplxlinux.cpp
@@ -43,7 +43,7 @@ namespace details {
43
{
44
_PPLXIMP long GetCurrentThreadId()
45
46
- return reinterpret_cast<long>(pthread_self());
+ return static_cast<long>(pthread_self());
47
}
48
49
_PPLXIMP void YieldExecution()
0 commit comments