aboutsummaryrefslogtreecommitdiff
path: root/original/uapi/asm-arm/asm
diff options
context:
space:
mode:
Diffstat (limited to 'original/uapi/asm-arm/asm')
-rw-r--r--original/uapi/asm-arm/asm/auxvec.h8
-rw-r--r--original/uapi/asm-arm/asm/types.h9
-rw-r--r--original/uapi/asm-arm/asm/unistd.h3
3 files changed, 18 insertions, 2 deletions
diff --git a/original/uapi/asm-arm/asm/auxvec.h b/original/uapi/asm-arm/asm/auxvec.h
index 41fa68b..cb02a76 100644
--- a/original/uapi/asm-arm/asm/auxvec.h
+++ b/original/uapi/asm-arm/asm/auxvec.h
@@ -1 +1,7 @@
-#include <asm-generic/auxvec.h>
+#ifndef __ASM_AUXVEC_H
+#define __ASM_AUXVEC_H
+
+/* VDSO location */
+#define AT_SYSINFO_EHDR 33
+
+#endif
diff --git a/original/uapi/asm-arm/asm/types.h b/original/uapi/asm-arm/asm/types.h
index b9e79bc..a387792 100644
--- a/original/uapi/asm-arm/asm/types.h
+++ b/original/uapi/asm-arm/asm/types.h
@@ -1 +1,8 @@
-#include <asm-generic/types.h>
+#ifndef _ASM_GENERIC_TYPES_H
+#define _ASM_GENERIC_TYPES_H
+/*
+ * int-ll64 is used everywhere now.
+ */
+#include <asm-generic/int-ll64.h>
+
+#endif /* _ASM_GENERIC_TYPES_H */
diff --git a/original/uapi/asm-arm/asm/unistd.h b/original/uapi/asm-arm/asm/unistd.h
index ede692f..2cb9dc7 100644
--- a/original/uapi/asm-arm/asm/unistd.h
+++ b/original/uapi/asm-arm/asm/unistd.h
@@ -417,6 +417,9 @@
#define __NR_userfaultfd (__NR_SYSCALL_BASE+388)
#define __NR_membarrier (__NR_SYSCALL_BASE+389)
#define __NR_mlock2 (__NR_SYSCALL_BASE+390)
+#define __NR_copy_file_range (__NR_SYSCALL_BASE+391)
+#define __NR_preadv2 (__NR_SYSCALL_BASE+392)
+#define __NR_pwritev2 (__NR_SYSCALL_BASE+393)
/*
* The following SWIs are ARM private.