Re: [lxc-devel] [PATCH 09/21] clone: Support bionic's clone() defintion

2013-01-03 Thread Serge Hallyn
Quoting Stéphane Graber (stgra...@ubuntu.com): > The clone() call in bionic is very slightly different. > This updates namespace.h to support both glibc and bionic. > > Signed-off-by: Stéphane Graber Acked-by: Serge E. Hallyn > --- > src/lxc/namespace.h | 7 +++ > 1 file changed, 7 insert

[lxc-devel] [PATCH 09/21] clone: Support bionic's clone() defintion

2013-01-03 Thread Stéphane Graber
The clone() call in bionic is very slightly different. This updates namespace.h to support both glibc and bionic. Signed-off-by: Stéphane Graber --- src/lxc/namespace.h | 7 +++ 1 file changed, 7 insertions(+) diff --git a/src/lxc/namespace.h b/src/lxc/namespace.h index 109e0bb..e35de60 100