Re: [lxc-devel] [PATCH 13/21] Workaround missing functions in other libc

2013-01-03 Thread Serge Hallyn
Quoting Stéphane Graber (stgra...@ubuntu.com): > Some libc implementation (bionic) is lacking some of the syscall functions > that are present in the glibc. > > For those, detect at build time the they are missing and implement a minimal > syscall() wrapper that will essentially give the same resu

[lxc-devel] [PATCH 13/21] Workaround missing functions in other libc

2013-01-03 Thread Stéphane Graber
Some libc implementation (bionic) is lacking some of the syscall functions that are present in the glibc. For those, detect at build time the they are missing and implement a minimal syscall() wrapper that will essentially give the same result as the glibc function. Signed-off-by: Stéphane Graber