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