2
0
mirror of git://github.com/lxc/lxc synced 2025-08-31 20:17:17 +00:00

Define O_PATH and O_NOFOLLOW for Android

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
Stéphane Graber
2015-09-29 14:59:28 -04:00
parent 592fd47a62
commit 4928c7186c

View File

@@ -67,6 +67,14 @@
#define PR_SET_MM_ENV_END 11
#endif
#ifndef O_PATH
#define O_PATH 010000000
#endif
#ifndef O_NOFOLLOW
#define O_NOFOLLOW 00400000
#endif
lxc_log_define(lxc_utils, lxc);
/*