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-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=faf2e1370d9d3c1e8bfcb17bbd813be53727e9e7;p=elogind.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 7871a1c8e..d4c90b803 100644 --- a/meson.build +++ b/meson.build @@ -527,7 +527,8 @@ foreach ident : [ #include #include '''], ['setns', '''#include '''], - ['renameat2', '''#include '''], + ['renameat2', '''#include +// #include '''], ['kcmp', '''#include '''], ['keyctl', '''#include #include '''],