summaryrefslogtreecommitdiffstats
path: root/meta/packages/qemu/qemu-git/workaround_bad_futex_headers.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/qemu/qemu-git/workaround_bad_futex_headers.patch')
-rw-r--r--meta/packages/qemu/qemu-git/workaround_bad_futex_headers.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/packages/qemu/qemu-git/workaround_bad_futex_headers.patch b/meta/packages/qemu/qemu-git/workaround_bad_futex_headers.patch
index b254b2410a..7727a39f37 100644
--- a/meta/packages/qemu/qemu-git/workaround_bad_futex_headers.patch
+++ b/meta/packages/qemu/qemu-git/workaround_bad_futex_headers.patch
@@ -2,11 +2,11 @@
2 linux-user/syscall.c | 10 +++++++++- 2 linux-user/syscall.c | 10 +++++++++-
3 1 file changed, 9 insertions(+), 1 deletion(-) 3 1 file changed, 9 insertions(+), 1 deletion(-)
4 4
5Index: trunk/linux-user/syscall.c 5Index: qemu/linux-user/syscall.c
6=================================================================== 6===================================================================
7--- trunk.orig/linux-user/syscall.c 2009-01-05 12:47:06.000000000 +0000 7--- qemu.orig/linux-user/syscall.c 2010-05-11 16:52:16.929785275 -0400
8+++ trunk/linux-user/syscall.c 2009-01-05 12:48:04.000000000 +0000 8+++ qemu/linux-user/syscall.c 2010-05-11 16:52:25.174783517 -0400
9@@ -87,6 +87,15 @@ 9@@ -94,6 +94,15 @@
10 #define CLONE_NPTL_FLAGS2 0 10 #define CLONE_NPTL_FLAGS2 0
11 #endif 11 #endif
12 12
@@ -21,4 +21,4 @@ Index: trunk/linux-user/syscall.c
21+ 21+
22 //#define DEBUG 22 //#define DEBUG
23 23
24 #if defined(TARGET_I386) || defined(TARGET_ARM) || defined(TARGET_SPARC) \ 24 //#include <linux/msdos_fs.h>