Welcome to mirror list, hosted at ThFree Co, Russian Federation.

sys_chdir.c « riscv « libgloss - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0b2b0f53d6f196b10b3478e052f1e3bd6ce626a6 (plain)
1
2
3
4
5
6
7
8
#include <machine/syscall.h>

/* Stub.  */
int
_chdir(const char *path)
{
  return -1;
}