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 bf2ed33 commit b7222feCopy full SHA for b7222fe
dd-java-agent/src/main/java/datadog/trace/bootstrap/AgentBootstrap.java
@@ -62,7 +62,7 @@ public final class AgentBootstrap {
62
// while in single threaded mode.
63
try {
64
if ("Linux".equals(System.getProperty("os.name"))) {
65
- System.loadLibrary("pthread");
+ System.loadLibrary("nio");
66
}
67
} catch (Exception e) {
68
0 commit comments