From 1002f1af1ca954f6bb8fbda67fccdb7a4b0055cd Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Fri, 28 Jan 2022 12:53:52 +0000 Subject: linux: Add process_mrelease Added in Linux 5.15 (884a7e5964e06ed93c7771c0d7cf19c09a8946f1), the new syscalls allows a caller to free the memory of a dying target process. Checked on x86_64-linux-gnu. Reviewed-by: Carlos O'Donell --- sysdeps/unix/sysv/linux/Versions | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdeps/unix/sysv/linux/Versions') diff --git a/sysdeps/unix/sysv/linux/Versions b/sysdeps/unix/sysv/linux/Versions index c13a3c4fe7..66a995d3dc 100644 --- a/sysdeps/unix/sysv/linux/Versions +++ b/sysdeps/unix/sysv/linux/Versions @@ -304,6 +304,7 @@ libc { pidfd_getfd; pidfd_send_signal; process_madvise; + process_mrelease; } GLIBC_PRIVATE { # functions used in other libraries -- cgit 1.4.1