Solaris: add placeholder message about environment listing

This commit is contained in:
Guy M. Broome 2018-03-28 16:43:39 -04:00 committed by Hisham Muhammad
parent 1ae7625c42
commit 155d7cbeee
1 changed files with 1 additions and 1 deletions

View File

@ -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!";
}