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