]> git.pld-linux.org Git - packages/qemu.git/blob - qemu-longjmp.patch
- sparc is currently unsupported; amd64 patch mostly included
[packages/qemu.git] / qemu-longjmp.patch
1 --- qemu-0.6.0/osdep.h.orig     2004-07-10 20:20:09.000000000 +0200
2 +++ qemu-0.6.0/osdep.h  2004-10-16 14:33:21.045184288 +0200
3 @@ -18,8 +18,8 @@
4  
5  /* disabled pthread version of longjmp which prevent us from using an
6     alternative signal stack */
7 -extern void __longjmp(jmp_buf env, int val);
8 -#define longjmp __longjmp
9 +extern void __libc_longjmp(jmp_buf env, int val);
10 +#define longjmp __libc_longjmp
11  
12  #endif
13  
This page took 0.199923 seconds and 3 git commands to generate.