ref: 82dc85253c9ab0f7b9925c69e4b065ca4347ab04 dir: /kern/getwd.c/
#include <u.h> #include <libc.h> #undef getwd char* sysgetwd(char *s, int ns) { return getcwd(s, ns); }