Use system path
svn-id: r15430
This commit is contained in:
parent
d31cd1dd73
commit
c9250e0c0c
8 changed files with 16 additions and 13 deletions
|
@ -20,7 +20,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "unistd.h"
|
||||
#include <unistd.h>
|
||||
|
||||
const Char *gUnistdCWD = NULL;
|
||||
|
||||
|
@ -36,4 +36,4 @@ Char *getcwd(Char *buf, UInt32 size) {
|
|||
}
|
||||
|
||||
return copy;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue