Blob


1 #include <u.h>
2 #include <libc.h>
4 #undef getwd
6 char*
7 p9getwd(char *s, int ns)
8 {
9 return getcwd(s, ns);
10 }