mirror of
git://github.com/lxc/lxc
synced 2025-09-02 10:19:32 +00:00
Define O_PATH and O_NOFOLLOW for Android
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
@@ -67,6 +67,14 @@
|
|||||||
#define PR_SET_MM_ENV_END 11
|
#define PR_SET_MM_ENV_END 11
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef O_PATH
|
||||||
|
#define O_PATH 010000000
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef O_NOFOLLOW
|
||||||
|
#define O_NOFOLLOW 00400000
|
||||||
|
#endif
|
||||||
|
|
||||||
lxc_log_define(lxc_utils, lxc);
|
lxc_log_define(lxc_utils, lxc);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user