summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2017-11-22 13:58:45 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2017-11-22 13:58:45 +0000
commit067382cfe45b80a0d3f1afecf26b06acbba87ca8 (patch)
tree68f0b59ba207c08630eba8ce9f00ccba346cb82f /configure
parentf2d0cf53023f42852aaf61c1a6b12789b4286aa2 (diff)
downloadskalibs-067382cfe45b80a0d3f1afecf26b06acbba87ca8.tar.xz
Add O_DIRECTORY sysdep
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 84bffc4..dcf6d59 100755
--- a/configure
+++ b/configure
@@ -517,6 +517,7 @@ EOF
choose clr malloc0 MALLOC0 'non-NULL malloc(0)'
choose c msgdontwait MSGDONTWAIT 'MSG_DONTWAIT'
choose clr nbwaitall NBWAITALL 'non-blocking MSG_WAITALL'
+ choose c odirectory ODIRECTORY 'O_DIRECTORY'
choose cl openat OPENAT 'openat()'
choose cl linkat LINKAT 'linkat()'
choose clr pipe2 PIPE2 'pipe2()'