20 lines
451 B
C
20 lines
451 B
C
/* 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 */
|