libseccomp: corrected typo in patch
[feed/packages.git] / libs / libseccomp / patches / 100-dont-use-linux-prctl.h-with-musl.patch
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