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