8 lines
89 B
C
8 lines
89 B
C
#include <machine/syscall.h>
|
|
|
|
/* Stub. */
|
|
int
|
|
_chdir(const char *path)
|
|
{
|
|
return -1;
|
|
}
|