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

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

/* Stub.  */
int
_utime(const char *path, const struct utimbuf *times)
{
  return -1;
}