Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v6.3-rc7 5 lines 134 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2 3#define __SYSCALL(nr, entry) .long entry 4ENTRY(sys_call_table) 5#include <asm/syscall_table.h>