mirror of
https://github.com/choff/anbox-modules.git
synced 2025-01-19 13:35:42 +08:00
0338a34979
Over the last years, many fixes and changes have been applied to Binder in the Linux kernel, but these fixes were never backported to anbox-modules. The meant that the version of Binder in anbox-modules was very outdated. With this commit, Binder has been update to the latest state from the Linux kernel. This should also fix the compile on kernel 5.12 and later.
6 lines
120 B
C
6 lines
120 B
C
// SPDX-License-Identifier: GPL-2.0
|
|
|
|
#include <linux/ipc_namespace.h>
|
|
|
|
struct ipc_namespace* get_init_ipc_ns_ptr(void);
|