summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2019-12-29 15:10:59 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2020-07-08 19:54:29 -0400
commit0d62b8657b57ab2eef5ee82a9694c6c0954e20ef (patch)
tree929640d67f14ecca97c2cf6f1b3b77590ee9c24e /SConstruct
parent3f7779d247262fc23984b87afea0d77299b2f8f6 (diff)
downloadlighttpd-git-0d62b8657b57ab2eef5ee82a9694c6c0954e20ef.tar.gz
[mod_webdav] use copy_file_range() if available
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index cea63d11..3d5a8708 100644
--- a/SConstruct
+++ b/SConstruct
@@ -386,6 +386,7 @@ if 1:
'arc4random_buf',
'chroot',
'clock_gettime',
+ 'copy_file_range',
'dup2',
'epoll_ctl',
'explicit_bzero',