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