about summary refs log tree commit diff
path: root/support/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2018-12-06 15:39:42 +0100
committerFlorian Weimer <fweimer@redhat.com>2018-12-06 15:39:42 +0100
commitf255336a9301619519045548acb2e1027065a837 (patch)
tree7b0774eba027b876db3c6242c5ac5a3f92f357b4 /support/Makefile
parent35caceb145ff23340edcd67dd813bfd95f1ff6e6 (diff)
downloadglibc-f255336a9301619519045548acb2e1027065a837.tar.gz
glibc-f255336a9301619519045548acb2e1027065a837.tar.xz
glibc-f255336a9301619519045548acb2e1027065a837.zip
support: Implement <support/descriptors.h> to track file descriptors
Diffstat (limited to 'support/Makefile')
-rw-r--r--support/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/support/Makefile b/support/Makefile
index a2536980d1..93a5143016 100644
--- a/support/Makefile
+++ b/support/Makefile
@@ -46,6 +46,7 @@ libsupport-routines = \
   support_chroot \
   support_copy_file_range \
   support_descriptor_supports_holes \
+  support_descriptors \
   support_enter_mount_namespace \
   support_enter_network_namespace \
   support_format_address_family \
@@ -195,6 +196,7 @@ tests = \
   tst-support-namespace \
   tst-support_blob_repeat \
   tst-support_capture_subprocess \
+  tst-support_descriptors \
   tst-support_format_dns_packet \
   tst-support_quote_blob \
   tst-support_quote_string \