From 03261851a10dd2d6900a0a00a7515a0a46fb5d76 Mon Sep 17 00:00:00 2001 From: Ranjith Kumaran Date: Fri, 17 Mar 2000 22:48:54 +0000 Subject: 20000317 sourceware import --- libgloss/mn10200/times.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 libgloss/mn10200/times.c (limited to 'libgloss/mn10200/times.c') diff --git a/libgloss/mn10200/times.c b/libgloss/mn10200/times.c new file mode 100644 index 0000000..b804be4 --- /dev/null +++ b/libgloss/mn10200/times.c @@ -0,0 +1,12 @@ +#include <_ansi.h> +#include +#include +#include "trap.h" +#include "sys/times.h" + + +clock_t +times (struct tms *buffer) +{ + return TRAP0 (SYS_times, buffer, 0, 0); +} -- cgit v1.1