mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
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.
This commit is contained in:
parent
7b961e40ee
commit
2acfd0ff43
@ -463,7 +463,8 @@ foreach ident : [
|
|||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <fcntl.h>'''],
|
#include <fcntl.h>'''],
|
||||||
['setns', '''#include <sched.h>'''],
|
['setns', '''#include <sched.h>'''],
|
||||||
['renameat2', '''#include <stdio.h>'''],
|
['renameat2', '''#include <stdio.h>
|
||||||
|
#include <fcntl.h>'''],
|
||||||
['kcmp', '''#include <linux/kcmp.h>'''],
|
['kcmp', '''#include <linux/kcmp.h>'''],
|
||||||
['keyctl', '''#include <sys/types.h>
|
['keyctl', '''#include <sys/types.h>
|
||||||
#include <keyutils.h>'''],
|
#include <keyutils.h>'''],
|
||||||
|
Loading…
Reference in New Issue
Block a user