1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
TP-Link_Archer-XR500v/BBA1.5_platform/apps/public/strace-4.16/xlat/sigprocmaskcmds.h
2024-07-22 01:58:46 -03:00

27 lines
707 B
C

/* Generated by ./xlat/gen.sh from ./xlat/sigprocmaskcmds.in; do not edit. */
#ifdef IN_MPERS
# error static const struct xlat sigprocmaskcmds in mpers mode
#else
static
const struct xlat sigprocmaskcmds[] = {
#if defined(SIG_BLOCK) || (defined(HAVE_DECL_SIG_BLOCK) && HAVE_DECL_SIG_BLOCK)
XLAT(SIG_BLOCK),
#endif
#if defined(SIG_UNBLOCK) || (defined(HAVE_DECL_SIG_UNBLOCK) && HAVE_DECL_SIG_UNBLOCK)
XLAT(SIG_UNBLOCK),
#endif
#if defined(SIG_SETMASK) || (defined(HAVE_DECL_SIG_SETMASK) && HAVE_DECL_SIG_SETMASK)
XLAT(SIG_SETMASK),
#endif
#if defined(SIG_SETMASK32) || (defined(HAVE_DECL_SIG_SETMASK32) && HAVE_DECL_SIG_SETMASK32)
XLAT(SIG_SETMASK32),
#endif
XLAT_END
};
#endif /* !IN_MPERS */