unistd.h (4f2c0a4acffbec01079c28f839422e64ddeff004) unistd.h (cf264e1329fb0307e044f7675849f9f38b44c11a)
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 *

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

881__SYSCALL(__NR_process_mrelease, sys_process_mrelease)
882
883#define __NR_futex_waitv 449
884__SYSCALL(__NR_futex_waitv, sys_futex_waitv)
885
886#define __NR_set_mempolicy_home_node 450
887__SYSCALL(__NR_set_mempolicy_home_node, sys_set_mempolicy_home_node)
888
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 *

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

881__SYSCALL(__NR_process_mrelease, sys_process_mrelease)
882
883#define __NR_futex_waitv 449
884__SYSCALL(__NR_futex_waitv, sys_futex_waitv)
885
886#define __NR_set_mempolicy_home_node 450
887__SYSCALL(__NR_set_mempolicy_home_node, sys_set_mempolicy_home_node)
888
889#define __NR_cachestat 451
890__SYSCALL(__NR_cachestat, sys_cachestat)
891
889#undef __NR_syscalls
892#undef __NR_syscalls
890#define __NR_syscalls 451
893#define __NR_syscalls 452
891
892/*
893 * 32 bit systems traditionally used different
894 * syscalls for off_t and loff_t arguments, while
895 * 64 bit systems only need the off_t version.
896 * For new 32 bit platforms, there is no need to
897 * implement the old 32 bit off_t syscalls, so
898 * they take different names.

--- 40 unchanged lines hidden ---
894
895/*
896 * 32 bit systems traditionally used different
897 * syscalls for off_t and loff_t arguments, while
898 * 64 bit systems only need the off_t version.
899 * For new 32 bit platforms, there is no need to
900 * implement the old 32 bit off_t syscalls, so
901 * they take different names.

--- 40 unchanged lines hidden ---