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