Merge branch 'x86-alternatives-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
[sfrench/cifs-2.6.git] / arch / sh / include / asm / unistd.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 # ifdef CONFIG_SUPERH32
3 #  include <asm/unistd_32.h>
4 # else
5 #  include <asm/unistd_64.h>
6 # endif
7
8 #define NR_syscalls     __NR_syscalls
9
10 # define __ARCH_WANT_NEW_STAT
11 # define __ARCH_WANT_OLD_READDIR
12 # define __ARCH_WANT_OLD_STAT
13 # define __ARCH_WANT_STAT64
14 # define __ARCH_WANT_SYS_ALARM
15 # define __ARCH_WANT_SYS_GETHOSTNAME
16 # define __ARCH_WANT_SYS_IPC
17 # define __ARCH_WANT_SYS_PAUSE
18 # define __ARCH_WANT_SYS_SIGNAL
19 # define __ARCH_WANT_SYS_TIME32
20 # define __ARCH_WANT_SYS_UTIME32
21 # define __ARCH_WANT_SYS_WAITPID
22 # define __ARCH_WANT_SYS_SOCKETCALL
23 # define __ARCH_WANT_SYS_FADVISE64
24 # define __ARCH_WANT_SYS_GETPGRP
25 # define __ARCH_WANT_SYS_NICE
26 # define __ARCH_WANT_SYS_OLD_GETRLIMIT
27 # define __ARCH_WANT_SYS_OLD_UNAME
28 # define __ARCH_WANT_SYS_OLDUMOUNT
29 # define __ARCH_WANT_SYS_SIGPENDING
30 # define __ARCH_WANT_SYS_SIGPROCMASK
31 # define __ARCH_WANT_SYS_FORK
32 # define __ARCH_WANT_SYS_VFORK
33 # define __ARCH_WANT_SYS_CLONE
34
35 #include <uapi/asm/unistd.h>