OSDN Git Service

NPTL: ARC support
[uclinux-h8/uClibc.git] / libpthread / nptl / sysdeps / unix / sysv / linux / arc / pt-gettimeofday.c
diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/arc/pt-gettimeofday.c b/libpthread/nptl/sysdeps/unix/sysv/linux/arc/pt-gettimeofday.c
new file mode 100644 (file)
index 0000000..d9fc353
--- /dev/null
@@ -0,0 +1,11 @@
+/*
+ * Copyright (C) 2013 Synopsys, Inc. (www.synopsys.com)
+ *
+ * Licensed under the LGPL v2.1 or later, see the file COPYING.LIB in this tarball.
+ */
+
+#include <sys/syscall.h>
+#include <sys/time.h>
+
+int gettimeofday (struct timeval *, struct timezone *) attribute_hidden;
+_syscall2(int, gettimeofday, struct timeval *, tv, struct timezone *, tz);