From 8b22db13d21a44cb946f2717c1ae10b2ae7ba65f Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Mon, 15 Jun 2015 00:22:40 +0200 Subject: [PATCH] libseccomp: corrected typo in patch Signed-off-by: Nikos Mavrogiannopoulos --- .../patches/100-dont-use-linux-prctl.h-with-musl.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libseccomp/patches/100-dont-use-linux-prctl.h-with-musl.patch b/libs/libseccomp/patches/100-dont-use-linux-prctl.h-with-musl.patch index ded5b0abe6..4093ca3533 100644 --- a/libs/libseccomp/patches/100-dont-use-linux-prctl.h-with-musl.patch +++ b/libs/libseccomp/patches/100-dont-use-linux-prctl.h-with-musl.patch @@ -8,7 +8,7 @@ Index: libseccomp-2.2.1/src/system.h #include +#ifdef __GLIBC__ #include -+#endef ++#endif #include "configure.h"