Welcome to mirror list, hosted at ThFree Co, Russian Federation.

utime.S « sparc64 « sys « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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