Commit a3da2f3b by Stéphane Graber

Define SOCK_CLOEXEC when missing

parent 7f3e12f3
...@@ -54,6 +54,10 @@ ...@@ -54,6 +54,10 @@
#include <sys/personality.h> #include <sys/personality.h>
#endif #endif
#ifndef SOCK_CLOEXEC
# define SOCK_CLOEXEC 02000000
#endif
lxc_log_define(lxc_attach, lxc); lxc_log_define(lxc_attach, lxc);
struct lxc_proc_context_info *lxc_proc_get_context_info(pid_t pid) struct lxc_proc_context_info *lxc_proc_get_context_info(pid_t pid)
......
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