hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/arch/sh/include/asm/unistd.h
....@@ -1,10 +1,9 @@
11 /* 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
2
+#include <asm/unistd_32.h>
73
4
+#define NR_syscalls __NR_syscalls
5
+
6
+# define __ARCH_WANT_NEW_STAT
87 # define __ARCH_WANT_OLD_READDIR
98 # define __ARCH_WANT_OLD_STAT
109 # define __ARCH_WANT_STAT64
....@@ -13,13 +12,12 @@
1312 # define __ARCH_WANT_SYS_IPC
1413 # define __ARCH_WANT_SYS_PAUSE
1514 # define __ARCH_WANT_SYS_SIGNAL
16
-# define __ARCH_WANT_SYS_TIME
17
-# define __ARCH_WANT_SYS_UTIME
15
+# define __ARCH_WANT_SYS_TIME32
16
+# define __ARCH_WANT_SYS_UTIME32
1817 # define __ARCH_WANT_SYS_WAITPID
1918 # define __ARCH_WANT_SYS_SOCKETCALL
2019 # define __ARCH_WANT_SYS_FADVISE64
2120 # define __ARCH_WANT_SYS_GETPGRP
22
-# define __ARCH_WANT_SYS_LLSEEK
2321 # define __ARCH_WANT_SYS_NICE
2422 # define __ARCH_WANT_SYS_OLD_GETRLIMIT
2523 # define __ARCH_WANT_SYS_OLD_UNAME