summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2021-10-26 00:37:23 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2021-10-27 04:16:38 -0400
commit5c18891a94ca2630dfb10840a66dad4e3c44f16e (patch)
tree33fc3499153d5062b3a91d6da522526086c28631 /SConstruct
parent907ec27737f04c036726aa39b211555726b1fc92 (diff)
downloadlighttpd-git-5c18891a94ca2630dfb10840a66dad4e3c44f16e.tar.gz
[build] check for preadv(), pwritev()
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 2 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 9555d941..9e49868d 100644
--- a/SConstruct
+++ b/SConstruct
@@ -446,7 +446,9 @@ if 1:
'posix_fadvise',
'prctl',
'pread',
+ 'preadv',
'pwrite',
+ 'pwritev',
'select',
'send_file',
'sendfile',