100-dont-use-linux-prctl.h-with-musl.patch 324 B

1234567891011121314
  1. Index: libseccomp-2.2.1/src/system.h
  2. ===================================================================
  3. --- libseccomp-2.2.1.orig/src/system.h
  4. +++ libseccomp-2.2.1/src/system.h
  5. @@ -23,7 +23,9 @@
  6. #define _SYSTEM_H
  7. #include <linux/filter.h>
  8. +#ifdef __GLIBC__
  9. #include <linux/prctl.h>
  10. +#endif
  11. #include "configure.h"