aboutsummaryrefslogtreecommitdiffstats
path: root/main/open-vm-tools/0011-gnu-ucontext.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/open-vm-tools/0011-gnu-ucontext.patch')
-rw-r--r--main/open-vm-tools/0011-gnu-ucontext.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/main/open-vm-tools/0011-gnu-ucontext.patch b/main/open-vm-tools/0011-gnu-ucontext.patch
index 2a01ad7c8d..189e190bfc 100644
--- a/main/open-vm-tools/0011-gnu-ucontext.patch
+++ b/main/open-vm-tools/0011-gnu-ucontext.patch
@@ -1,14 +1,14 @@
-From 4d50e19c0d8e5e082fc90aaa8b810e15af5499d1 Mon Sep 17 00:00:00 2001
+From 1c71f517f62b1eb8d993700903ab7ba5ec60fa02 Mon Sep 17 00:00:00 2001
From: Natanael Copa <ncopa@alpinelinux.org>
Date: Wed, 18 Nov 2015 10:27:51 +0000
-Subject: [PATCH 11/11] gnu-ucontext
+Subject: [PATCH 11/14] gnu-ucontext
---
open-vm-tools/lib/include/sigPosixRegs.h | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/open-vm-tools/lib/include/sigPosixRegs.h b/open-vm-tools/lib/include/sigPosixRegs.h
-index 08ee2c6..a880142 100644
+index 81df2aab..9b70570b 100644
--- a/open-vm-tools/lib/include/sigPosixRegs.h
+++ b/open-vm-tools/lib/include/sigPosixRegs.h
@@ -33,7 +33,7 @@
@@ -29,7 +29,7 @@ index 08ee2c6..a880142 100644
# if defined(__x86_64__)
# undef REG_RAX
# undef REG_RBX
-@@ -194,7 +194,7 @@
+@@ -199,7 +199,7 @@
#define SC_ESP(uc) ((unsigned long) (uc)->uc_mcontext.mc_esp)
#define SC_EIP(uc) ((unsigned long) (uc)->uc_mcontext.mc_eip)
#endif
@@ -38,7 +38,7 @@ index 08ee2c6..a880142 100644
#ifdef __x86_64__
#define SC_EAX(uc) ((unsigned long) (uc)->uc_mcontext.gregs[REG_RAX])
#define SC_EBX(uc) ((unsigned long) (uc)->uc_mcontext.gregs[REG_RBX])
-@@ -214,15 +214,15 @@
+@@ -219,15 +219,15 @@
#define SC_R14(uc) ((unsigned long) (uc)->uc_mcontext.gregs[REG_R14])
#define SC_R15(uc) ((unsigned long) (uc)->uc_mcontext.gregs[REG_R15])
#else
@@ -64,5 +64,5 @@ index 08ee2c6..a880142 100644
#elif defined(ANDROID_X86)
#define SC_EAX(uc) ((unsigned long) (uc)->uc_mcontext.eax)
--
-2.6.3
+2.11.0