Various additions and fixes.
This commit is contained in:
parent
74f990ad84
commit
fd04aacee1
57 changed files with 2176 additions and 159 deletions
10
src/lib9/getwd.c
Normal file
10
src/lib9/getwd.c
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#include <u.h>
|
||||
#include <libc.h>
|
||||
|
||||
#undef getwd
|
||||
|
||||
char*
|
||||
p9getwd(char *s, int ns)
|
||||
{
|
||||
return getcwd(s, ns);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue