unistd.h (71af75b6929458d85f63c0649dc26d6f4c19729e) unistd.h (dce49103962840dd61423d7627748d6c558d58c5)
1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2#include <asm/bitsperlong.h>
3
4/*
5 * This file contains the system call numbers, based on the
6 * layout of the x86-64 architecture, which embeds the
7 * pointer to the syscall in the table.
8 *

--- 863 unchanged lines hidden (view full) ---

872__SYSCALL(__NR_landlock_add_rule, sys_landlock_add_rule)
873#define __NR_landlock_restrict_self 446
874__SYSCALL(__NR_landlock_restrict_self, sys_landlock_restrict_self)
875
876#ifdef __ARCH_WANT_MEMFD_SECRET
877#define __NR_memfd_secret 447
878__SYSCALL(__NR_memfd_secret, sys_memfd_secret)
879#endif
1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2#include <asm/bitsperlong.h>
3
4/*
5 * This file contains the system call numbers, based on the
6 * layout of the x86-64 architecture, which embeds the
7 * pointer to the syscall in the table.
8 *

--- 863 unchanged lines hidden (view full) ---

872__SYSCALL(__NR_landlock_add_rule, sys_landlock_add_rule)
873#define __NR_landlock_restrict_self 446
874__SYSCALL(__NR_landlock_restrict_self, sys_landlock_restrict_self)
875
876#ifdef __ARCH_WANT_MEMFD_SECRET
877#define __NR_memfd_secret 447
878__SYSCALL(__NR_memfd_secret, sys_memfd_secret)
879#endif
880#define __NR_process_mrelease 448
881__SYSCALL(__NR_process_mrelease, sys_process_mrelease)
880
881#undef __NR_syscalls
882
883#undef __NR_syscalls
882#define __NR_syscalls 448
884#define __NR_syscalls 449
883
884/*
885 * 32 bit systems traditionally used different
886 * syscalls for off_t and loff_t arguments, while
887 * 64 bit systems only need the off_t version.
888 * For new 32 bit platforms, there is no need to
889 * implement the old 32 bit off_t syscalls, so
890 * they take different names.

--- 40 unchanged lines hidden ---
885
886/*
887 * 32 bit systems traditionally used different
888 * syscalls for off_t and loff_t arguments, while
889 * 64 bit systems only need the off_t version.
890 * For new 32 bit platforms, there is no need to
891 * implement the old 32 bit off_t syscalls, so
892 * they take different names.

--- 40 unchanged lines hidden ---