mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 20:24:35 +03:00
Add Platform_getProcessEnv
- currently implemented for darwin and linux
This commit is contained in:
@ -157,3 +157,8 @@ void Platform_setSwapValues(Meter* this) {
|
||||
void Platform_setTasksValues(Meter* this) {
|
||||
// TODO
|
||||
}
|
||||
|
||||
char* Platform_getProcessEnv(pid_t pid) {
|
||||
// TODO
|
||||
return NULL;
|
||||
}
|
||||
|
Reference in New Issue
Block a user