summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-03-02 13:08:46 +0000
committerSimon McVittie <smcv@collabora.com>2022-04-21 11:02:44 +0100
commitd3076161777f81128408bd512e3b369797dbd948 (patch)
tree7379ef780f6340288ad6fd9726a40b270e61f0f0 /configure.ac
parentee694ade6199932bc9e7ae40f7202c9426599c72 (diff)
downloaddbus-d3076161777f81128408bd512e3b369797dbd948.tar.gz
sysdeps: Include <linux/close_range.h> if available
This lets us use CLOSE_RANGE_CLOEXEC whenever the kernel headers support it, even if glibc doesn't include this header via unistd.h yet. Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index afe21813..eed8a787 100644
--- a/configure.ac
+++ b/configure.ac
@@ -420,6 +420,7 @@ byteswap.h
crt_externs.h
dirent.h
errno.h
+linux/close_range.h
locale.h
signal.h
stdint.h