mirror of
https://github.com/xzeldon/htop.git
synced 2025-04-20 16:55:43 +03:00
Solaris: add placeholder message about environment listing
This commit is contained in:
parent
6790e004cd
commit
677cac9fab
@ -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…
x
Reference in New Issue
Block a user