syscalls: remove obsolete __IGNORE_ macros

These are all for ignoring the lack of obsolete system calls,
which have been marked the same way in scripts/checksyscall.sh,
so these can be removed.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Heiko Carstens <heiko.carstens@de.ibm.com>
This commit is contained in:
Arnd Bergmann
2019-01-11 16:10:44 +01:00
parent ecf7e0a4ad
commit 805089c2f7
4 changed files with 0 additions and 28 deletions

View File

@@ -10,7 +10,6 @@
#define SYS_ify(syscall_name) __NR_##syscall_name
#define __IGNORE_select /* newselect */
#define __IGNORE_fadvise64 /* fadvise64_64 */
#ifndef ASM_LINE_SEP