repo.or.cz
/
zpugcc
/
jano.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixes for host gcc 4.6.1
[zpugcc/jano.git]
/
toolchain
/
gcc
/
newlib
/
libc
/
sys
/
sparc64
/
utime.S
blob
c5729cca3c8609a80a4952a4ea79e0fff18395c8
1
/* utime() system call */
2
/* svr4 only, sunos4 version calls utimes */
3
4
#ifdef __svr4__
5
6
#include "sys/syscallasm.h"
7
8
defsyscall (utime, SYS_utime)
9
10
#endif