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