OSDN Git Service

2008-07-17 Ken Werner <ken.werner@de.ibm.com>
[pf3gnuchains/sourceware.git] / libgloss / iq2000 / utime.c
1 #include <_ansi.h>
2 #include <sys/types.h>
3 #include <sys/stat.h>
4 #include "trap.h"
5
6
7 int
8 utime (path, times)
9      const char *path;
10      char *times;
11 {
12   return TRAP0 (SYS_utime, path, times, 0);
13 }