mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-18 12:16:13 +08:00
* sysdeps/m68k/bits/setjmp.h (_JMPBUF_UNWINDS): Added.
This commit is contained in:
parent
4ec52ed6cf
commit
91e4b2f65e
@ -39,3 +39,8 @@ typedef struct
|
||||
#endif
|
||||
|
||||
} __jmp_buf[1];
|
||||
|
||||
/* Test if longjmp to JMPBUF would unwind the frame
|
||||
containing a local variable at ADDRESS. */
|
||||
#define _JMPBUF_UNWINDS(jmpbuf, address) \
|
||||
((void *) (address) < (void *) (jmpbuf)->__sp)
|
||||
|
Loading…
Reference in New Issue
Block a user