aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/Makefile
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2022-01-28 12:53:52 +0000
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2022-06-02 15:43:28 -0300
commit1002f1af1ca954f6bb8fbda67fccdb7a4b0055cd (patch)
tree1b484790fdbedfad90c14cc7abea2277914f4b62 /sysdeps/unix/sysv/linux/Makefile
parentd19ee3473d68ca0e794f3a8b7677a0983ae1342e (diff)
downloadglibc-1002f1af1ca954f6bb8fbda67fccdb7a4b0055cd.zip
glibc-1002f1af1ca954f6bb8fbda67fccdb7a4b0055cd.tar.gz
glibc-1002f1af1ca954f6bb8fbda67fccdb7a4b0055cd.tar.bz2
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 <carlos@redhat.com>
Diffstat (limited to 'sysdeps/unix/sysv/linux/Makefile')
-rw-r--r--sysdeps/unix/sysv/linux/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile
index 627506d..9e691fa 100644
--- a/sysdeps/unix/sysv/linux/Makefile
+++ b/sysdeps/unix/sysv/linux/Makefile
@@ -129,6 +129,7 @@ tests += tst-clone tst-clone2 tst-clone3 tst-fanotify tst-personality \
tst-epoll \
tst-getauxval \
tst-pidfd \
+ tst-process_mrelease \
# tests
# process_madvise requires CAP_SYS_ADMIN.