blob: ee2f64e65441e025178d1172517709aa39fb7721 [file] [log] [blame]
/* Generated by ./xlat/gen.sh from ./xlat/semop_flags.in; do not edit. */
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
};