From b4f6b110925a56d0818034ad1ecce8214ac873a0 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Thu, 27 Nov 2014 20:10:23 -0200 Subject: Move "get max pid" code into platform specific area. --- unsupported/Platform.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'unsupported') 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; +} -- cgit v1.2.3