summaryrefslogtreecommitdiff
path: root/newlib/libc/sys/sparc64/utime.S
blob: c5729cca3c8609a80a4952a4ea79e0fff18395c8 (plain)
1
2
3
4
5
6
7
8
9
10
/* utime() system call */
/* svr4 only, sunos4 version calls utimes */

#ifdef __svr4__

#include "sys/syscallasm.h"

	defsyscall (utime, SYS_utime)

#endif