summaryrefslogtreecommitdiffstats
path: root/freebsd/Platform.c
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/Platform.c')
-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;
+}