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 v6.17-rc3 9 lines 240 B view raw
1/* SPDX-License-Identifier: GPL-2.0-only */ 2#ifndef _UAPI__ASM_ARM_UNISTD_H 3#define _UAPI__ASM_ARM_UNISTD_H 4 5#include <asm/unistd_32.h> 6 7#define __NR_sync_file_range2 __NR_arm_sync_file_range 8 9#endif /* _UAPI__ASM_ARM_UNISTD_H */