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