From 43b55bace5fad27af5da7a99784667363b92c45d Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Thu, 17 Feb 2000 19:39:46 +0000 Subject: import newlib-2000-02-17 snapshot --- newlib/libc/sys/sparc64/utime.S | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 newlib/libc/sys/sparc64/utime.S (limited to 'newlib/libc/sys/sparc64/utime.S') diff --git a/newlib/libc/sys/sparc64/utime.S b/newlib/libc/sys/sparc64/utime.S new file mode 100644 index 00000000000..c5729cca3c8 --- /dev/null +++ b/newlib/libc/sys/sparc64/utime.S @@ -0,0 +1,10 @@ +/* utime() system call */ +/* svr4 only, sunos4 version calls utimes */ + +#ifdef __svr4__ + +#include "sys/syscallasm.h" + + defsyscall (utime, SYS_utime) + +#endif -- cgit v1.2.1