commit 8b22db13d21a44cb946f2717c1ae10b2ae7ba65f
parent dfec11ef487a8e209bed123477ef16accdea4e54
Author: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Date: Mon, 15 Jun 2015 00:22:40 +0200
libseccomp: corrected typo in patch
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat:
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
@@ -8,7 +8,7 @@ Index: libseccomp-2.2.1/src/system.h
#include <linux/filter.h>
+#ifdef __GLIBC__
#include <linux/prctl.h>
-+#endef
++#endif
#include "configure.h"