mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-14 13:04:35 +03:00
Merge branch 'master' into freebsd
This commit is contained in:
@ -54,3 +54,7 @@ void Platform_getLoadAverage(double* one, double* five, double* fifteen) {
|
||||
*five = 0;
|
||||
*fifteen = 0;
|
||||
}
|
||||
|
||||
int Platform_getMaxPid() {
|
||||
return -1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user