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