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