mirror of https://github.com/xzeldon/htop.git
Solaris: add placeholder message about environment listing
This commit is contained in:
parent
1ae7625c42
commit
155d7cbeee
|
@ -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!";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue