summaryrefslogtreecommitdiffstats
path: root/darwin/Platform.h
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 /darwin/Platform.h
parent0919ea32f91bb2ddf349c1108f6f0f67b511cca6 (diff)
Add Platform_getProcessEnv
- currently implemented for darwin and linux
Diffstat (limited to 'darwin/Platform.h')
-rw-r--r--darwin/Platform.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/darwin/Platform.h b/darwin/Platform.h
index d1b9ea5e..0a873bf5 100644
--- a/darwin/Platform.h
+++ b/darwin/Platform.h
@@ -44,4 +44,6 @@ void Platform_setMemoryValues(Meter* mtr);
void Platform_setSwapValues(Meter* mtr);
+char* Platform_getProcessEnv(pid_t pid);
+
#endif

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