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

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/mt/time.c')
-rw-r--r--libgloss/mt/time.c11
1 files changed, 11 insertions, 0 deletions
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 <sys/types.h>
+#include <sys/stat.h>
+#include "trap.h"
+
+
+time_t
+time (time_t *tloc)
+{
+ return TRAP0 (SYS_time, tloc, 0, 0);
+}