aboutsummaryrefslogtreecommitdiff
path: root/libgloss/riscv/sys_chdir.c
blob: 0b2b0f53d6f196b10b3478e052f1e3bd6ce626a6 (plain)
1
2
3
4
5
6
7
8
#include <machine/syscall.h>

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