Add SOCK_CLOEXEC define for Android

parent a5405bd0
......@@ -54,6 +54,10 @@ lxc_log_define(lxc_ls, lxc);
#define LS_NESTING 5
#define LS_FILTER 6
#ifndef SOCK_CLOEXEC
# define SOCK_CLOEXEC 02000000
#endif
/* Store container info. */
struct ls {
char *name;
......
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