linux/arch/nds32/include/uapi/asm
Arnd Bergmann c8ce48f065 asm-generic: Make time32 syscall numbers optional
We don't want new architectures to even provide the old 32-bit time_t
based system calls any more, or define the syscall number macros.

Add a new __ARCH_WANT_TIME32_SYSCALLS macro that gets enabled for all
existing 32-bit architectures using the generic system call table,
so we don't change any current behavior.
Since this symbol is evaluated in user space as well, we cannot use
a Kconfig CONFIG_* macro but have to define it in uapi/asm/unistd.h.

On 64-bit architectures, the same system call numbers mostly refer to
the system calls we want to keep, as they already pass 64-bit time_t.

As new architectures no longer provide these, we need new exceptions
in checksyscalls.sh.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2019-02-19 21:27:32 +01:00
..
auxvec.h nds32: support denormalized result through FP emulator 2018-11-22 18:13:27 +08:00
byteorder.h nds32: Miscellaneous header files 2018-02-22 10:44:34 +08:00
cachectl.h
Kbuild arch: remove redundant UAPI generic-y defines 2019-01-06 10:22:15 +09:00
param.h
ptrace.h nds32: Debugging support 2018-02-22 10:44:34 +08:00
sigcontext.h nds32: support denormalized result through FP emulator 2018-11-22 18:13:27 +08:00
udftrap.h nds32: support denormalized result through FP emulator 2018-11-22 18:13:27 +08:00
unistd.h asm-generic: Make time32 syscall numbers optional 2019-02-19 21:27:32 +01:00