mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-16 11:31:00 +08:00
9 lines
89 B
C
9 lines
89 B
C
#include <machine/syscall.h>
|
|
|
|
/* Stub. */
|
|
int
|
|
_chdir(const char *path)
|
|
{
|
|
return -1;
|
|
}
|