aboutsummaryrefslogtreecommitdiff
path: root/support/Makefile
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2023-11-01 09:56:06 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2023-11-07 10:27:20 -0300
commited318beab986c6f6ccf2507d4753dfea6a7b1f8d (patch)
treed1c3f457ad6da1347b82826034e03842961dde23 /support/Makefile
parent78ed8bdf4f13e7f5d8eef77c12fbb030fdbdafe0 (diff)
downloadglibc-ed318beab986c6f6ccf2507d4753dfea6a7b1f8d.zip
glibc-ed318beab986c6f6ccf2507d4753dfea6a7b1f8d.tar.gz
glibc-ed318beab986c6f6ccf2507d4753dfea6a7b1f8d.tar.bz2
support: Add support_set_vma_name
Check if kernel supports prctl (PR_SET_VMA, PR_SET_VMA_ANON_NAME, ...). Reviewed-by: DJ Delorie <dj@redhat.com>
Diffstat (limited to 'support/Makefile')
-rw-r--r--support/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/support/Makefile b/support/Makefile
index 917a858..9aa7f23 100644
--- a/support/Makefile
+++ b/support/Makefile
@@ -80,6 +80,7 @@ libsupport-routines = \
support_select_modifies_timeout \
support_select_normalizes_timeout \
support_set_small_thread_stack_size \
+ support_set_vma_name_supported \
support_shared_allocate \
support_small_stack_thread_attribute \
support_socket_so_timestamp_time64 \