Quoting Stéphane Graber (stgra...@ubuntu.com):
> At least bionic defines __errno,
And then defines errno in terms of calling __errno() ...
> so this was causing a conflict in caps.h
> leading to build failure. Renaming to ___errno avoids that duplicate
> definition.
s/duplicate/conflicting/ :)
At least bionic defines __errno, so this was causing a conflict in caps.h
leading to build failure. Renaming to ___errno avoids that duplicate
definition.
Signed-off-by: Stéphane Graber
---
configure.ac | 5 -
src/lxc/caps.h | 12 ++--
2 files changed, 10 insertions(+), 7 deletion