4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-19 04:49:25 +08:00

9 lines
118 B
C

#include <machine/syscall.h>
/* Stub. */
int
_utime(const char *path, const struct utimbuf *times)
{
return -1;
}