diff options
author | Florian Weimer <fweimer@redhat.com> | 2020-11-26 16:59:44 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2020-11-26 18:19:46 +0100 |
commit | 603ae243f6fe03208a3bb92adecf72403367bd95 (patch) | |
tree | 7d839778df93a22f37884830f95d58927f6ed774 /support/Makefile | |
parent | 05d38b3ef505af2fbe8df0d07f4158fc0e96a7a5 (diff) | |
download | glibc-603ae243f6fe03208a3bb92adecf72403367bd95.tar.gz glibc-603ae243f6fe03208a3bb92adecf72403367bd95.tar.xz glibc-603ae243f6fe03208a3bb92adecf72403367bd95.zip |
support: Add support_copy_file
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
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 4154863511..f5f59bf8d2 100644 --- a/support/Makefile +++ b/support/Makefile @@ -46,6 +46,7 @@ libsupport-routines = \ support_capture_subprocess \ support_capture_subprocess_check \ support_chroot \ + support_copy_file \ support_copy_file_range \ support_descriptor_supports_holes \ support_descriptors \ |