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 6790e004cd
commit 677cac9fab
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!";
}