summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2021-03-24 21:20:14 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2021-04-02 01:16:12 -0400
commit82fbfcba1574fa00e618313a003a8ccbaa731f4d (patch)
treedecf881f0f7bed5a102bc5c84165edfb7a386a71 /SConstruct
parent12acca18873ebe35febbc0f0943e7ec33a777f89 (diff)
downloadlighttpd-git-82fbfcba1574fa00e618313a003a8ccbaa731f4d.tar.gz
[build] check for mempcpy()
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index f8a10cd1..fd5a325d 100644
--- a/SConstruct
+++ b/SConstruct
@@ -427,6 +427,7 @@ if 1:
'localtime_r',
'lstat',
'madvise',
+ 'mempcpy',
'memset_s',
'memset',
'mmap',