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/xattrflags.h
2024-07-22 01:58:46 -03:00

23 lines
529 B
C

/* Generated by ./xlat/gen.sh from ./xlat/xattrflags.in; do not edit. */
#if !(defined(XATTR_CREATE) || (defined(HAVE_DECL_XATTR_CREATE) && HAVE_DECL_XATTR_CREATE))
# define XATTR_CREATE 1
#endif
#if !(defined(XATTR_REPLACE) || (defined(HAVE_DECL_XATTR_REPLACE) && HAVE_DECL_XATTR_REPLACE))
# define XATTR_REPLACE 2
#endif
#ifdef IN_MPERS
# error static const struct xlat xattrflags in mpers mode
#else
static
const struct xlat xattrflags[] = {
XLAT(XATTR_CREATE),
XLAT(XATTR_REPLACE),
XLAT_END
};
#endif /* !IN_MPERS */