diff --git a/solaris/Platform.c b/solaris/Platform.c index ff0e39c9..ebcd2a28 100644 --- a/solaris/Platform.c +++ b/solaris/Platform.c @@ -213,5 +213,5 @@ void Platform_setSwapValues(Meter* this) { char* Platform_getProcessEnv(pid_t pid) { (void) pid; - return NULL; + return "Not (yet) supported on Solaris. Sorry!"; }