mirror of
https://abf.rosa.ru/djam/glibc40.git
synced 2025-02-23 15:52:52 +00:00
12 lines
482 B
Diff
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"
|
|
|