mirror of
https://github.com/torvalds/linux.git
synced 2026-05-12 18:14:22 -04:00
pidfd_open was added in 2019. Some versions of libc library don't define it. Define it manually if it's not available. Reported-by: Sergei Iudin <siudin@fb.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org>