diff options
author | Florian Weimer <fweimer@redhat.com> | 2018-12-06 15:39:42 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2018-12-06 15:39:42 +0100 |
commit | f255336a9301619519045548acb2e1027065a837 (patch) | |
tree | 7b0774eba027b876db3c6242c5ac5a3f92f357b4 /support/Makefile | |
parent | 35caceb145ff23340edcd67dd813bfd95f1ff6e6 (diff) | |
download | glibc-f255336a9301619519045548acb2e1027065a837.tar.gz |
support: Implement <support/descriptors.h> to track file descriptors
Diffstat (limited to 'support/Makefile')
-rw-r--r-- | support/Makefile | 2 |
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 \ |