4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-23 15:40:14 +08:00

9 lines
89 B
C

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