fstatat: add wrapper that uses statx for non-legacy arch
[uclibc-ng.git] / libc / sysdeps / linux / ia64 / jmpbuf-unwind.h
blob4eb0eeae65554829731776f2d972640888a202f0
1 /*
2 * Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
4 * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
5 */
7 #include <setjmp.h>
9 /* Test if longjmp to JMPBUF would unwind the frame containing a local
10 variable at ADDRESS. */
11 #define _JMPBUF_UNWINDS(_jmpbuf, _address) \
12 ((void *)(_address) < (void *)(((long *)_jmpbuf)[0]))