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