lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

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


      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  
      8  #include <linux/filter.h>
      9 +#ifdef __GLIBC__
     10  #include <linux/prctl.h>
     11 +#endif
     12  
     13  #include "configure.h"
     14