diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-11-22 13:58:45 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-11-22 13:58:45 +0000 |
commit | 067382cfe45b80a0d3f1afecf26b06acbba87ca8 (patch) | |
tree | 68f0b59ba207c08630eba8ce9f00ccba346cb82f /configure | |
parent | f2d0cf53023f42852aaf61c1a6b12789b4286aa2 (diff) | |
download | skalibs-067382cfe45b80a0d3f1afecf26b06acbba87ca8.tar.xz |
Add O_DIRECTORY sysdep
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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()' |