4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-01 12:00:35 +08:00

9 lines
118 B
C

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