summaryrefslogtreecommitdiff
path: root/core/pmapi.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/pmapi.c')
-rw-r--r--core/pmapi.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/core/pmapi.c b/core/pmapi.c
index 4b1ccbb1..cfdffa69 100644
--- a/core/pmapi.c
+++ b/core/pmapi.c
@@ -36,8 +36,11 @@ const struct com32_pmapi pm_api_vector =
.reset_idle = reset_idle,
.chdir = chdir,
- .getcwd = getcwd,
+ .getcwd = core_getcwd,
.jiffies = &__jiffies,
.ms_timer = &__ms_timer,
+
+ .sysappend_count = SYSAPPEND_MAX,
+ .sysappend_strings = sysappend_strings,
};