diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-07-05 15:38:42 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-07-05 19:04:40 +0200 |
commit | d4165eedf5b85bfda3ea6b251f69838857e44925 (patch) | |
tree | 03ec09a2be6b35bfc3b3c720f084f98074477753 /support/Makefile | |
parent | support: Check isolation of loopback addresses in tst-support-namespace (diff) | |
download | glibc-d4165eedf5b85bfda3ea6b251f69838857e44925.tar.gz glibc-d4165eedf5b85bfda3ea6b251f69838857e44925.tar.bz2 glibc-d4165eedf5b85bfda3ea6b251f69838857e44925.zip |
support: Add support_chroot_create and support_chroot_free
Diffstat (limited to 'support/Makefile')
-rw-r--r-- | support/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/support/Makefile b/support/Makefile index 423538d06a..1eba34b749 100644 --- a/support/Makefile +++ b/support/Makefile @@ -40,6 +40,7 @@ libsupport-routines = \ support_can_chroot \ support_capture_subprocess \ support_capture_subprocess_check \ + support_chroot \ support_enter_network_namespace \ support_format_address_family \ support_format_addrinfo \ |