From: Lennart Poettering Date: Mon, 25 Dec 2017 11:35:43 +0000 (+0100) Subject: meson: hopefully renameat2() will show up where renameat() is defined X-Git-Tag: v237~179^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2acfd0ff439b6317f91c32f6dbb42e9ce06b8943;p=thirdparty%2Fsystemd.git meson: hopefully renameat2() will show up where renameat() is defined Should glibc add this eventually, let's try to be smart where to look for it. --- diff --git a/meson.build b/meson.build index 9fc45abc027..c582c1b4ee3 100644 --- a/meson.build +++ b/meson.build @@ -463,7 +463,8 @@ foreach ident : [ #include #include '''], ['setns', '''#include '''], - ['renameat2', '''#include '''], + ['renameat2', '''#include + #include '''], ['kcmp', '''#include '''], ['keyctl', '''#include #include '''],