summaryrefslogtreecommitdiffstats
path: root/unsupported
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2014-11-27 20:10:23 -0200
committerHisham Muhammad <hisham@gobolinux.org>2014-11-27 20:10:23 -0200
commitb4f6b110925a56d0818034ad1ecce8214ac873a0 (patch)
treecfd0de9013de6f50ce6bcab14592e44442f853e4 /unsupported
parent5578a316f047551d21f04a5df47fd705bf486ee3 (diff)
Move "get max pid" code into platform specific area.
Diffstat (limited to 'unsupported')
-rw-r--r--unsupported/Platform.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/unsupported/Platform.c b/unsupported/Platform.c
index b13b495b..764f890e 100644
--- a/unsupported/Platform.c
+++ b/unsupported/Platform.c
@@ -54,3 +54,7 @@ void Platform_getLoadAverage(double* one, double* five, double* fifteen) {
*five = 0;
*fifteen = 0;
}
+
+int Platform_getMaxPid() {
+ return -1;
+}

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