]> git.proxmox.com Git - mirror_lxc.git/blame - src/lxc/error.h
tree-wide: use lxc_drop_groups() instead of lxc_setgroups(0, NULL)
[mirror_lxc.git] / src / lxc / error.h
CommitLineData
cc73685d
CB
1/* SPDX-License-Identifier: LGPL-2.1+ */
2
f1a4a029
ÇO
3#ifndef __LXC_ERROR_H
4#define __LXC_ERROR_H
58412580 5
4e232466 6#define LXC_CLONE_ERROR "Failed to clone a new set of namespaces"
238b3e5e 7#define LXC_UNPRIV_EOPNOTSUPP "the requested function %s is not currently supported with unprivileged containers"
4e232466 8
a10ce5a8
CB
9#include "compiler.h"
10
11__hidden extern int lxc_error_set_and_log(int pid, int status);
7cee8789 12
58412580 13#endif