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