Sign in
chromium
/
native_client
/
nacl-newlib
/
refs/heads/upstream/master
/
.
/
libgloss
/
iq2000
/
utime.c
blob: 3fce7e3645ed6b77301749fed95c86ea32925890 [
file
] [
log
] [
blame
] [
edit
]
#include
<_ansi.h>
#include
<sys/types.h>
#include
<sys/stat.h>
#include
"trap.h"
int
utime
(
path
,
times
)
const
char
*
path
;
char
*
times
;
{
return
TRAP0
(
SYS_utime
,
path
,
times
,
0
);
}