glibc/glibc-2.29-SIG_BLOCK.patch
Alexander Stefanov 6d592b9d69 2.29 version
2019-04-16 01:22:07 +00:00

12 lines
482 B
Diff

diff -up glibc-2.29/sysdeps/unix/sysv/linux/x86_64/getcontext.S.omv~ glibc-2.29/sysdeps/unix/sysv/linux/x86_64/getcontext.S
--- glibc-2.29/sysdeps/unix/sysv/linux/x86_64/getcontext.S.omv~ 2019-02-01 12:59:33.458555834 +0100
+++ glibc-2.29/sysdeps/unix/sysv/linux/x86_64/getcontext.S 2019-02-01 13:01:58.194856450 +0100
@@ -19,6 +19,8 @@
#include <sysdep.h>
#include <asm/prctl.h>
+#define __ASSEMBLY__ 1
+#include <asm/signal.h> /* for SIG_BLOCK */
#include "ucontext_i.h"