1
0
Fork 0
linux/arch/arm64/include/asm/unistd32.h
Daniel Baumann 79d69e5050
Adding upstream version 6.12.33.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 12:14:28 +02:00

9 lines
240 B
C

/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef _UAPI__ASM_ARM_UNISTD_H
#define _UAPI__ASM_ARM_UNISTD_H
#include <asm/unistd_32.h>
#define __NR_sync_file_range2 __NR_arm_sync_file_range
#endif /* _UAPI__ASM_ARM_UNISTD_H */