fixes for host gcc 4.6.1
[zpugcc/jano.git] / toolchain / gcc / newlib / libc / sys / sparc64 / utime.S
blobc5729cca3c8609a80a4952a4ea79e0fff18395c8
1 /* utime() system call */
2 /* svr4 only, sunos4 version calls utimes */
4 #ifdef __svr4__
6 #include "sys/syscallasm.h"
8         defsyscall (utime, SYS_utime)
10 #endif