Commit 155d7cbe authored by Guy M. Broome's avatar Guy M. Broome Committed by Hisham Muhammad
Browse files

Solaris: add placeholder message about environment listing

parent 1ae7625c
...@@ -213,5 +213,5 @@ void Platform_setSwapValues(Meter* this) { ...@@ -213,5 +213,5 @@ void Platform_setSwapValues(Meter* this) {
char* Platform_getProcessEnv(pid_t pid) { char* Platform_getProcessEnv(pid_t pid) {
(void) pid; (void) pid;
return NULL; return "Not (yet) supported on Solaris. Sorry!";
} }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment