C++程序  |  12行  |  341 B

/* 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
};