Skip to content

Commit

Permalink
[Truffle] On solaris socket related functions are in libsocket.so.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Anzinger authored and eregon committed Nov 14, 2016
1 parent aa6a8cc commit 06d5022
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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);
Expand Down

0 comments on commit 06d5022

Please sign in to comment.