chiark
/
gitweb
/
~ianmdlvl
/
elogind.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddad5ef
)
meson: hopefully renameat2() will show up where renameat() is defined
author
Lennart Poettering
<lennart@poettering.net>
Mon, 25 Dec 2017 11:35:43 +0000
(12:35 +0100)
committer
Sven Eden
<yamakuzure@gmx.net>
Wed, 30 May 2018 05:49:42 +0000
(07:49 +0200)
Should glibc add this eventually, let's try to be smart where to look
for it.
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index 7871a1c8e8cc98cf0e1571714d8cf0fdeaed8f25..d4c90b803c3b925d392887edc14397d921dcbba3 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-527,7
+527,8
@@
foreach ident : [
#include <sys/stat.h>
#include <fcntl.h>'''],
['setns', '''#include <sched.h>'''],
- ['renameat2', '''#include <stdio.h>'''],
+ ['renameat2', '''#include <stdio.h>
+// #include <fcntl.h>'''],
['kcmp', '''#include <linux/kcmp.h>'''],
['keyctl', '''#include <sys/types.h>
#include <keyutils.h>'''],