/usr/include/aarch64-linux-gnu/asm
NameSizeModeActions
auxvec.h9120644editdlrm
bitsperlong.h8410644editdlrm
bpf_perf_event.h2420644editdlrm
byteorder.h8870644editdlrm
errno.h310644editdlrm
fcntl.h10450644editdlrm
hwcap.h40970644editdlrm
ioctl.h310644editdlrm
ioctls.h320644editdlrm
ipcbuf.h320644editdlrm
kvm.h172480644editdlrm
kvm_para.h340644editdlrm
mman.h5420644editdlrm
msgbuf.h320644editdlrm
param.h7980644editdlrm
perf_regs.h10700644editdlrm
poll.h300644editdlrm
posix_types.h3250644editdlrm
ptrace.h96630644editdlrm
resource.h340644editdlrm
sembuf.h320644editdlrm
setup.h8790644editdlrm
shmbuf.h320644editdlrm
sigcontext.h112310644editdlrm
siginfo.h330644editdlrm
signal.h8980644editdlrm
socket.h320644editdlrm
sockios.h330644editdlrm
stat.h300644editdlrm
statfs.h8420644editdlrm
sve_context.h19940644editdlrm
swab.h300644editdlrm
termbits.h340644editdlrm
termios.h330644editdlrm
types.h310644editdlrm
ucontext.h10660644editdlrm
unistd.h900644editdlrm
unistd_64.h86970644editdlrm
Edit: /usr/lib/linux/uapi/arm64/asm/fcntl.h (1045B)
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* * Copyright (C) 2012 ARM Ltd. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ #ifndef __ASM_FCNTL_H #define __ASM_FCNTL_H /* * Using our own definitions for AArch32 (compat) support. */ #define O_DIRECTORY 040000 /* must be a directory */ #define O_NOFOLLOW 0100000 /* don't follow links */ #define O_DIRECT 0200000 /* direct disk access hint - currently ignored */ #define O_LARGEFILE 0400000 #include #endif