Thread (1 message) flat view 1 message, 1 author, 2014-05-13
STALE4459d

[PATCH 03/25] arm: Add 32 bit time_t and clock_t

From: Ley Foon Tan <hidden>
Date: 2014-05-13 09:02:55
Also in: linux-arch, lkml
Subsystem: arm port, the rest · Maintainers: Russell King, Linus Torvalds

Override time_t and clock_t in include/uapi/asm-generic.

Signed-off-by: Ley Foon Tan <redacted>
---
 arch/arm/include/uapi/asm/posix_types.h | 6 ++++++
 1 file changed, 6 insertions(+)
diff --git a/arch/arm/include/uapi/asm/posix_types.h b/arch/arm/include/uapi/asm/posix_types.h
index d2de9cb..2f8e30f 100644
--- a/arch/arm/include/uapi/asm/posix_types.h
+++ b/arch/arm/include/uapi/asm/posix_types.h
@@ -32,6 +32,12 @@ typedef unsigned short		__kernel_gid_t;
 typedef unsigned short		__kernel_old_dev_t;
 #define __kernel_old_dev_t __kernel_old_dev_t
 
+typedef long			__kernel_time_t;
+#define __kernel_time_t __kernel_time_t
+
+typedef long			__kernel_clock_t;
+#define __kernel_clock_t __kernel_clock_t
+
 #include <asm-generic/posix_types.h>
 
 #endif
-- 
1.8.2.1
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help