summaryrefslogtreecommitdiffstats
path: root/openbsd
diff options
context:
space:
mode:
authorNathan Scott <nathans@redhat.com>2020-08-19 16:49:43 +1000
committerNathan Scott <nathans@redhat.com>2020-08-19 16:49:43 +1000
commite9947acfc65a946fa254a66655be1e077f8f64ed (patch)
tree105c3e186e463bbaf495f0223c6f5e41010592e6 /openbsd
parent5a17cee74d1a382649570f1b939c2d7a9d8514b6 (diff)
parent3d79c72e9aceb883a6d065bb07ab4f955cd67b4a (diff)
Merge branch 'hishamhm-pull-818'
Diffstat (limited to 'openbsd')
-rw-r--r--openbsd/Platform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsd/Platform.c b/openbsd/Platform.c
index 427c9813..445a46f2 100644
--- a/openbsd/Platform.c
+++ b/openbsd/Platform.c
@@ -201,7 +201,7 @@ void Platform_getLoadAverage(double* one, double* five, double* fifteen) {
int Platform_getMaxPid() {
// this is hard-coded in sys/sys/proc.h - no sysctl exists
- return 32766;
+ return 99999;
}
double Platform_setCPUValues(Meter* this, int cpu) {

© 2014-2024 Faster IT GmbH | imprint | privacy policy