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