summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/metag/bits
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-07-26 21:32:47 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-07-31 12:50:50 +0200
commitacc7443a4feb0aa098f12207f2da44c21d382e66 (patch)
tree2812e797db62c9b8be49ee504427d848181e5054 /libc/sysdeps/linux/metag/bits
parent5478c44ceb136a4dc7166bd287684cdbef6ca9ce (diff)
deduplicate jmpbuf-unwind.h
Reviewed-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'libc/sysdeps/linux/metag/bits')
-rw-r--r--libc/sysdeps/linux/metag/bits/setjmp.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/libc/sysdeps/linux/metag/bits/setjmp.h b/libc/sysdeps/linux/metag/bits/setjmp.h
index 8ad4b12d2..d80a355b0 100644
--- a/libc/sysdeps/linux/metag/bits/setjmp.h
+++ b/libc/sysdeps/linux/metag/bits/setjmp.h
@@ -28,17 +28,7 @@
*/
#define _JBLEN 24
-#if defined (__USE_MISC) || defined (_ASM)
-#define JB_SP 0
-#endif
-#ifndef _ASM
typedef int __jmp_buf[_JBLEN] __attribute__((aligned (8)));
-#endif
-
-/* Test if longjmp to JMPBUF would unwind the frame
- containing a local variable at ADDRESS. */
-#define _JMPBUF_UNWINDS(jmpbuf, address) \
- ((void *) (address) > (void *) (jmpbuf)[JB_SP])
#endif /* bits/setjmp.h */