Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.14-rc1 14 lines 501 B view raw
1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 2 3#define __ARCH_WANT_STAT64 4#define __ARCH_WANT_NEW_STAT 5#define __ARCH_WANT_SYS_CLONE 6#define __ARCH_WANT_SYS_CLONE3 7#define __ARCH_WANT_SET_GET_RLIMIT 8#define __ARCH_WANT_TIME32_SYSCALLS 9#include <asm-generic/unistd.h> 10 11#define __NR_set_thread_area (__NR_arch_specific_syscall + 0) 12__SYSCALL(__NR_set_thread_area, sys_set_thread_area) 13#define __NR_cacheflush (__NR_arch_specific_syscall + 1) 14__SYSCALL(__NR_cacheflush, sys_cacheflush)