From ad83f0cc13928b8d465e7bc39edb28666570dc18 Mon Sep 17 00:00:00 2001 From: Nathan Sidwell Date: Mon, 12 Dec 2005 11:16:41 +0000 Subject: Rename ms1 files to mt files (part 1 -- renames only) --- libgloss/mt/time.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libgloss/mt/time.c (limited to 'libgloss/mt/time.c') diff --git a/libgloss/mt/time.c b/libgloss/mt/time.c new file mode 100644 index 000000000..2df8d48d2 --- /dev/null +++ b/libgloss/mt/time.c @@ -0,0 +1,11 @@ +#include <_ansi.h> +#include +#include +#include "trap.h" + + +time_t +time (time_t *tloc) +{ + return TRAP0 (SYS_time, tloc, 0, 0); +} -- cgit v1.2.3