mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Add Platform_getProcessEnv
- currently implemented for darwin and linux
This commit is contained in:
@ -131,3 +131,6 @@ bool Process_isThread(Process* this) {
|
||||
return false;
|
||||
}
|
||||
|
||||
char* Platform_getProcessEnv(pid_t pid) {
|
||||
return NULL;
|
||||
}
|
||||
|
Reference in New Issue
Block a user