]> git.proxmox.com Git - mirror_lxc.git/blob - src/lxc/error.h
utils: use SYSTRACE() when logging stdio permission fixup failures
[mirror_lxc.git] / src / lxc / error.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2
3 #ifndef __LXC_ERROR_H
4 #define __LXC_ERROR_H
5
6 #define LXC_CLONE_ERROR "Failed to clone a new set of namespaces"
7 #define LXC_UNPRIV_EOPNOTSUPP "the requested function %s is not currently supported with unprivileged containers"
8
9 #include "compiler.h"
10
11 __hidden extern int lxc_error_set_and_log(int pid, int status);
12
13 #endif