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 v4.20-rc2 8 lines 178 B view raw
1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 2#ifndef __KERNEL__ 3# ifdef __SH5__ 4# include <asm/unistd_64.h> 5# else 6# include <asm/unistd_32.h> 7# endif 8#endif