hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/arch/microblaze/include/asm/unistd.h
....@@ -1,10 +1,7 @@
1
+/* SPDX-License-Identifier: GPL-2.0 */
12 /*
23 * Copyright (C) 2007-2008 Michal Simek <monstr@monstr.eu>
34 * Copyright (C) 2006 Atmark Techno, Inc.
4
- *
5
- * This file is subject to the terms and conditions of the GNU General Public
6
- * License. See the file "COPYING" in the main directory of this archive
7
- * for more details.
85 */
96 #ifndef _ASM_MICROBLAZE_UNISTD_H
107 #define _ASM_MICROBLAZE_UNISTD_H
....@@ -15,18 +12,18 @@
1512
1613 /* #define __ARCH_WANT_OLD_READDIR */
1714 /* #define __ARCH_WANT_OLD_STAT */
15
+#define __ARCH_WANT_NEW_STAT
1816 #define __ARCH_WANT_STAT64
1917 #define __ARCH_WANT_SYS_ALARM
2018 #define __ARCH_WANT_SYS_GETHOSTNAME
2119 #define __ARCH_WANT_SYS_PAUSE
2220 #define __ARCH_WANT_SYS_SIGNAL
23
-#define __ARCH_WANT_SYS_TIME
24
-#define __ARCH_WANT_SYS_UTIME
21
+#define __ARCH_WANT_SYS_TIME32
22
+#define __ARCH_WANT_SYS_UTIME32
2523 #define __ARCH_WANT_SYS_WAITPID
2624 #define __ARCH_WANT_SYS_SOCKETCALL
2725 #define __ARCH_WANT_SYS_FADVISE64
2826 #define __ARCH_WANT_SYS_GETPGRP
29
-#define __ARCH_WANT_SYS_LLSEEK
3027 #define __ARCH_WANT_SYS_NICE
3128 /* #define __ARCH_WANT_SYS_OLD_GETRLIMIT */
3229 #define __ARCH_WANT_SYS_OLDUMOUNT
....@@ -37,7 +34,5 @@
3734 #define __ARCH_WANT_SYS_FORK
3835
3936 #endif /* __ASSEMBLY__ */
40
-
41
-#define __NR_syscalls 401
4237
4338 #endif /* _ASM_MICROBLAZE_UNISTD_H */