chiark / gitweb /
eglibc (2.11.3-4+deb6u3) squeeze-lts; urgency=medium
[eglibc.git] / debian / patches / alpha / local-longjmp-chk.diff
1 ---
2  ports/sysdeps/unix/sysv/linux/alpha/____longjmp_chk.S |    7 +++++++
3  1 file changed, 7 insertions(+)
4
5 --- /dev/null
6 +++ b/ports/sysdeps/unix/sysv/linux/alpha/____longjmp_chk.S
7 @@ -0,0 +1,7 @@
8 +/* Jump to the position specified by ENV, causing the
9 +   setjmp call there to return VAL, or 1 if VAL is 0.
10 +   void __longjmp (__jmp_buf env, int val).  */
11 +      
12 +#warning longjmp_chk unimplemented
13 +#define __longjmp ____longjmp_chk
14 +#include<__longjmp.S>