mirror of
https://github.com/encounter/newlib.git
synced 2026-03-30 11:31:09 -07:00
9 lines
89 B
C
9 lines
89 B
C
#include <machine/syscall.h>
|
|
|
|
/* Stub. */
|
|
int
|
|
_chdir(const char *path)
|
|
{
|
|
return -1;
|
|
}
|