Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@ public SolarisPlatform(RubyContext context) {
memoryManager = Runtime.getSystemRuntime().getMemoryManager();
signalManager = new SunMiscSignalManager();
processName = new JavaProcessName();
sockets = LibraryLoader.create(Sockets.class).library("c").load();
sockets = LibraryLoader.create(Sockets.class).library("socket").load();
clockGetTime = LibraryLoader.create(ClockGetTime.class).library("c").library("rt").load();
rubiniusConfiguration = new RubiniusConfiguration();
DefaultRubiniusConfiguration.load(rubiniusConfiguration, context);

0 comments on commit 06d5022

Please sign in to comment.