blob: b5ce4a017c272af5f5b91a07800b0dc8cd1f990d [file] [log] [blame]
/* Generated by ./xlat/gen.sh from ./xlat/semop_flags.in; do not edit. */
#ifdef IN_MPERS
# error static const struct xlat semop_flags in mpers mode
#else
static
const struct xlat semop_flags[] = {
#if defined(SEM_UNDO) || (defined(HAVE_DECL_SEM_UNDO) && HAVE_DECL_SEM_UNDO)
XLAT(SEM_UNDO),
#endif
#if defined(IPC_NOWAIT) || (defined(HAVE_DECL_IPC_NOWAIT) && HAVE_DECL_IPC_NOWAIT)
XLAT(IPC_NOWAIT),
#endif
XLAT_END
};
#endif /* !IN_MPERS */