]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
meson: Don't check for dirfd
authorSimon McVittie <smcv@collabora.com>
Tue, 28 Jun 2022 11:00:43 +0000 (12:00 +0100)
committerSimon McVittie <smcv@collabora.com>
Wed, 13 Jul 2022 19:36:13 +0000 (20:36 +0100)
We never actually look at HAVE_DIRFD.

Signed-off-by: Simon McVittie <smcv@collabora.com>
meson.build

index 4f2632fe6c37f2ac5e242b65a826e33787d10bc9..7a8788ac60fe2268b0cab7fab53be734c35653ed 100644 (file)
@@ -526,7 +526,6 @@ check_functions = [
     'clearenv',
     'closefrom',
     'close_range',
-    'dirfd',
     'fpathconf',
     'getgrouplist',
     'getpeereid',