]> git.proxmox.com Git - mirror_lxc.git/commit
tree-wide: introduce and use syscall number header
authorChristian Brauner <christian.brauner@ubuntu.com>
Wed, 18 Mar 2020 09:43:44 +0000 (10:43 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Wed, 18 Mar 2020 09:48:40 +0000 (10:48 +0100)
commitbed09c9cc0bec7bbd2442fcce4a2a0f03994cb09
tree7c0a2b77146d27c87532ef59b2aea7307a8bc3ed
parentee555b28241279abbca68eac4aa2f5f51fae2026
tree-wide: introduce and use syscall number header

This allows us:
- to compile on kernels with outdated headers
- compile on older kernels but shipping on newer kernels

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/Makefile.am
src/lxc/cgroups/cgroup2_devices.h
src/lxc/lxccontainer.c
src/lxc/raw_syscalls.c
src/lxc/raw_syscalls.h
src/lxc/seccomp.c
src/lxc/syscall_numbers.h [new file with mode: 0644]
src/lxc/syscall_wrappers.h
src/lxc/tools/lxc_unshare.c