commit 49541807dc224979ed6ac6cb35636f35f41d1f71 from: Omar Polo date: Fri Apr 15 17:26:37 2022 UTC don't include linux/prctl.h On some libc implementations (at least musl) linux/prctl.h conflicts with sys/prctl.h as they both define the same structs. Fixes the build on alpine linux; reported by omni on IRC, thanks! ok thomas commit - 0ca66e5e15801ca802d0821c046b892a1398535f commit + 49541807dc224979ed6ac6cb35636f35f41d1f71 blob - aef7fe25d47dc0c4dd549e26c75439dcccf0e0b8 blob + 1bae9a36e82c0db63d54c56e6bdd3108eb0bc5d9 --- compat/landlock.c +++ compat/landlock.c @@ -15,7 +15,6 @@ */ #include -#include #include #include