diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2024-04-16 13:57:35 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2024-04-16 13:57:35 +0000 |
commit | 8ee2aea6d46215dcfda5cc73a5762800099e9fb1 (patch) | |
tree | e5f04f6893ba62982131a9f94c14e441d6fa31c8 /configure | |
parent | 47f08d628d75469e2c62901f7b81fe3bf0787b0f (diff) | |
download | skalibs-8ee2aea6d46215dcfda5cc73a5762800099e9fb1.tar.gz skalibs-8ee2aea6d46215dcfda5cc73a5762800099e9fb1.tar.xz skalibs-8ee2aea6d46215dcfda5cc73a5762800099e9fb1.zip |
More support for old MacOS fossils
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure index 74ffcc8..b54c2fc 100755 --- a/configure +++ b/configure @@ -621,6 +621,7 @@ trytypes choose cl accept4 'accept4()' choose c cmsgcloexec 'MSG_CMSG_CLOEXEC' choose cl dirfd 'dirfd()' +choose cl fdopendir 'fdopendir()' choose cl eventfd 'eventfd()' choose cl flock 'flock()' choose cl getpeereid 'getpeereid()' |