From 045e4d2e0829b6c07ef10171bf5d00ab85cbb497 Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Fri, 6 Jun 2003 16:07:57 +0000 Subject: iq2000 port. --- libgloss/iq2000/utime.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 libgloss/iq2000/utime.c (limited to 'libgloss/iq2000/utime.c') diff --git a/libgloss/iq2000/utime.c b/libgloss/iq2000/utime.c new file mode 100644 index 000000000..3fce7e364 --- /dev/null +++ b/libgloss/iq2000/utime.c @@ -0,0 +1,13 @@ +#include <_ansi.h> +#include +#include +#include "trap.h" + + +int +utime (path, times) + const char *path; + char *times; +{ + return TRAP0 (SYS_utime, path, times, 0); +} -- cgit v1.2.3