From 155d7cbeee5cfa14a5d25fb1c98dfd2e19d88d8b Mon Sep 17 00:00:00 2001 From: "Guy M. Broome" Date: Wed, 28 Mar 2018 16:43:39 -0400 Subject: Solaris: add placeholder message about environment listing --- solaris/Platform.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!"; } -- cgit v1.2.3