4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-14 17:59:28 +08:00

11 lines
157 B
ArmAsm
Raw Normal View History

2000-02-17 19:39:52 +00:00
/* utime() system call */
/* svr4 only, sunos4 version calls utimes */
#ifdef __svr4__
#include "sys/syscallasm.h"
defsyscall (utime, SYS_utime)
#endif