forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-16 50a212ec906f7524620675f0c57357691c26c81f
kernel/arch/ia64/include/asm/unistd.h
....@@ -10,23 +10,10 @@
1010
1111 #include <uapi/asm/unistd.h>
1212
13
+#define NR_syscalls __NR_syscalls /* length of syscall table */
1314
14
-
15
-#define NR_syscalls 326 /* length of syscall table */
16
-
17
-/*
18
- * The following defines stop scripts/checksyscalls.sh from complaining about
19
- * unimplemented system calls. Glibc provides for each of these by using
20
- * more modern equivalent system calls.
21
- */
22
-#define __IGNORE_fork /* clone() */
23
-#define __IGNORE_time /* gettimeofday() */
24
-#define __IGNORE_alarm /* setitimer(ITIMER_REAL, ... */
25
-#define __IGNORE_pause /* rt_sigprocmask(), rt_sigsuspend() */
26
-#define __IGNORE_utime /* utimes() */
27
-#define __IGNORE_getpgrp /* getpgid() */
28
-#define __IGNORE_vfork /* clone() */
29
-#define __IGNORE_umount2 /* umount() */
15
+#define __ARCH_WANT_NEW_STAT
16
+#define __ARCH_WANT_SYS_UTIME
3017
3118 #if !defined(__ASSEMBLY__) && !defined(ASSEMBLER)
3219