Cygwin: cygwin_GetCommandLineW/A: don't rely on __argv[0] content
[newlib-cygwin.git] / libgloss / m32r / utime.c
blobea8da2f3c93d00e462a6b78e7f4ffa2c9c7cf623
1 #include <sys/types.h>
2 #include <sys/stat.h>
3 #include "syscall.h"
4 #include "eit.h"
6 int
7 _utime (path, times)
8 const char *path;
9 char *times;
11 return TRAP0 (SYS_utime, path, times, 0);