[packages/dietlibc] - add missing __NR_close_range also on x32
qboosh
qboosh at pld-linux.org
Fri Apr 11 18:28:16 CEST 2025
commit 1d7c5a0e319d48bf7300f463bb8128f37cdaca5d
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Fri Apr 11 18:04:02 2025 +0200
- add missing __NR_close_range also on x32
dietlibc-syscalls.patch | 10 ++++++++++
1 file changed, 10 insertions(+)
---
diff --git a/dietlibc-syscalls.patch b/dietlibc-syscalls.patch
index 9478810..513d50b 100644
--- a/dietlibc-syscalls.patch
+++ b/dietlibc-syscalls.patch
@@ -8,3 +8,13 @@
#define __NR_openat2 437
#define __NR_pidfd_getfd 438
#define __NR_faccessat2 439
+--- dietlibc-0.35/x32/syscalls.h.orig 2024-01-09 14:26:54.000000000 +0100
++++ dietlibc-0.35/x32/syscalls.h 2025-04-11 18:01:47.142989352 +0200
+@@ -305,6 +305,7 @@
+ #define __NR_fspick (__X32_SYSCALL_BIT + 433)
+ #define __NR_pidfd_open (__X32_SYSCALL_BIT + 434)
+ #define __NR_clone3 (__X32_SYSCALL_BIT + 435)
++#define __NR_close_range (__X32_SYSCALL_BIT + 436)
+ #define __NR_openat2 (__X32_SYSCALL_BIT + 437)
+ #define __NR_pidfd_getfd (__X32_SYSCALL_BIT + 438)
+ #define __NR_faccessat2 (__X32_SYSCALL_BIT + 439)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/dietlibc.git/commitdiff/1d7c5a0e319d48bf7300f463bb8128f37cdaca5d
More information about the pld-cvs-commit
mailing list