summaryrefslogtreecommitdiffstats
path: root/unsupported/Platform.c
diff options
context:
space:
mode:
Diffstat (limited to 'unsupported/Platform.c')
-rw-r--r--unsupported/Platform.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/unsupported/Platform.c b/unsupported/Platform.c
index 5dd2e8f8..0f1ba97d 100644
--- a/unsupported/Platform.c
+++ b/unsupported/Platform.c
@@ -131,3 +131,6 @@ bool Process_isThread(Process* this) {
return false;
}
+char* Platform_getProcessEnv(pid_t pid) {
+ return NULL;
+}