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