summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2021-09-21 08:46:27 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2021-09-30 17:34:03 -0400
commit5cab11b7ea82080d311b88f9bf49e78b3033f365 (patch)
tree497618f98bd0ee5c13078471bf3f92fd1ab1bfc8 /SConstruct
parent9f62f1b19672f156891138cbdd8f3398388d4a84 (diff)
downloadlighttpd-git-5cab11b7ea82080d311b88f9bf49e78b3033f365.tar.gz
[build] check for pread(), pwrite(), splice()
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct4
1 files changed, 3 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index c31214cf..4777c59a 100644
--- a/SConstruct
+++ b/SConstruct
@@ -445,13 +445,15 @@ if 1:
'port_create',
'posix_fadvise',
'prctl',
+ 'pread',
+ 'pwrite',
'select',
'send_file',
'sendfile',
'sendfile64',
'sigaction',
'signal',
- 'socket',
+ 'splice',
'srandom',
'stat',
'strchr',