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