From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2138) id CAD98393A43B; Sun, 7 Mar 2021 14:46:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CAD98393A43B Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Andreas Schwab To: glibc-cvs@sourceware.org Subject: [glibc/schwab/ilp32-2.33] aarch64: update ILP32 arch-syscall.h X-Act-Checkin: glibc X-Git-Author: Andreas Schwab X-Git-Refname: refs/heads/schwab/ilp32-2.33 X-Git-Oldrev: 6802ea71f4110071f7b4ed4fff9d66b392d596d1 X-Git-Newrev: 66ea7d034284cf0f0a705a51517a9d05e67765cc Message-Id: <20210307144627.CAD98393A43B@sourceware.org> Date: Sun, 7 Mar 2021 14:46:27 +0000 (GMT) X-BeenThere: glibc-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 14:46:28 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=66ea7d034284cf0f0a705a51517a9d05e67765cc commit 66ea7d034284cf0f0a705a51517a9d05e67765cc Author: Andreas Schwab Date: Sun Feb 21 21:15:30 2021 +0100 aarch64: update ILP32 arch-syscall.h Diff: --- sysdeps/unix/sysv/linux/aarch64/ilp32/arch-syscall.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sysdeps/unix/sysv/linux/aarch64/ilp32/arch-syscall.h b/sysdeps/unix/sysv/linux/aarch64/ilp32/arch-syscall.h index 01a48bde73..a0487ef75d 100644 --- a/sysdeps/unix/sysv/linux/aarch64/ilp32/arch-syscall.h +++ b/sysdeps/unix/sysv/linux/aarch64/ilp32/arch-syscall.h @@ -24,6 +24,7 @@ #define __NR_clone 220 #define __NR_clone3 435 #define __NR_close 57 +#define __NR_close_range 436 #define __NR_connect 203 #define __NR_copy_file_range 285 #define __NR_delete_module 106 @@ -38,6 +39,7 @@ #define __NR_exit 93 #define __NR_exit_group 94 #define __NR_faccessat 48 +#define __NR_faccessat2 439 #define __NR_fadvise64_64 223 #define __NR_fallocate 47 #define __NR_fanotify_init 262 @@ -181,6 +183,7 @@ #define __NR_preadv 69 #define __NR_preadv2 286 #define __NR_prlimit64 261 +#define __NR_process_madvise 440 #define __NR_process_vm_readv 270 #define __NR_process_vm_writev 271 #define __NR_pselect6 72