Commit dbcb844f by Stéphane Graber

Define O_PATH and O_NOFOLLOW for Android

parent fae7cde6
......@@ -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);
/*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment