summaryrefslogtreecommitdiffstats
path: root/freebsd
diff options
context:
space:
mode:
authorMichael Klein <michael.klein@puffin.lb.shuttle.de>2015-12-03 22:16:10 +0100
committerMichael Klein <michael.klein@puffin.lb.shuttle.de>2015-12-03 22:23:40 +0100
commitcc23d13f87e74d4dc2cc781da28ddc07f3860b63 (patch)
treeefba2e92a9fc328def3025ce52c707d4d5260b15 /freebsd
parent0919ea32f91bb2ddf349c1108f6f0f67b511cca6 (diff)
Add Platform_getProcessEnv
- currently implemented for darwin and linux
Diffstat (limited to 'freebsd')
-rw-r--r--freebsd/Platform.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/freebsd/Platform.c b/freebsd/Platform.c
index b1703291..46bef992 100644
--- a/freebsd/Platform.c
+++ b/freebsd/Platform.c
@@ -157,3 +157,8 @@ void Platform_setSwapValues(Meter* this) {
void Platform_setTasksValues(Meter* this) {
// TODO
}
+
+char* Platform_getProcessEnv(pid_t pid) {
+ // TODO
+ return NULL;
+}

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