]> sourceware.org Git - newlib-cygwin.git/blame - libgloss/m32r/utime.c
Cygwin: add release message for latest pipe changes
[newlib-cygwin.git] / libgloss / m32r / utime.c
CommitLineData
03261851
RK
1#include <sys/types.h>
2#include <sys/stat.h>
3#include "syscall.h"
4#include "eit.h"
5
6int
7_utime (path, times)
8 const char *path;
9 char *times;
10{
11 return TRAP0 (SYS_utime, path, times, 0);
12}
This page took 0.247142 seconds and 6 git commands to generate.