aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/include/uapi
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2019-02-18 17:43:12 +0100
committerArnd Bergmann <arnd@arndb.de>2019-02-25 20:53:52 +0100
commitd4c08b9776b392e20efc6198ebe1bc8ec1911d9b (patch)
treee77feaf2909f208f94a7a4e2f27837c4fea704aa /arch/riscv/include/uapi
parentchecksyscalls: fix up mq_timedreceive and stat exceptions (diff)
downloadlinux-dev-d4c08b9776b392e20efc6198ebe1bc8ec1911d9b.tar.xz
linux-dev-d4c08b9776b392e20efc6198ebe1bc8ec1911d9b.zip
riscv: Use latest system call ABI
We don't yet have an upstream glibc port for riscv, so there is no user space for the existing ABI, and we can remove the definitions for 32-bit time_t, off_t and struct resource and system calls based on them, including the vdso. Reviewed-by: Palmer Dabbelt <palmer@sifive.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/riscv/include/uapi')
-rw-r--r--arch/riscv/include/uapi/asm/unistd.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/riscv/include/uapi/asm/unistd.h b/arch/riscv/include/uapi/asm/unistd.h
index 486a288b454c..0e2eeeb1fd27 100644
--- a/arch/riscv/include/uapi/asm/unistd.h
+++ b/arch/riscv/include/uapi/asm/unistd.h
@@ -17,11 +17,8 @@
#ifdef __LP64__
#define __ARCH_WANT_NEW_STAT
-#endif /* __LP64__ */
#define __ARCH_WANT_SET_GET_RLIMIT
-#ifndef __LP64__
-#define __ARCH_WANT_TIME32_SYSCALLS
-#endif
+#endif /* __LP64__ */
#include <asm-generic/unistd.h>