Skip to content

Commit b7222fe

Browse files
committed
v1
1 parent bf2ed33 commit b7222fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dd-java-agent/src/main/java/datadog/trace/bootstrap/AgentBootstrap.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public final class AgentBootstrap {
6262
// while in single threaded mode.
6363
try {
6464
if ("Linux".equals(System.getProperty("os.name"))) {
65-
System.loadLibrary("pthread");
65+
System.loadLibrary("nio");
6666
}
6767
} catch (Exception e) {
6868
}

0 commit comments

Comments
 (0)