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