4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-10 11:09:25 +08:00

9 lines
89 B
C

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