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