blob: ee2f64e65441e025178d1172517709aa39fb7721 [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/semop_flags.in; do not edit. */
2
3static const struct xlat semop_flags[] = {
4#if defined(SEM_UNDO) || (defined(HAVE_DECL_SEM_UNDO) && HAVE_DECL_SEM_UNDO)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(SEM_UNDO),
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
7#if defined(IPC_NOWAIT) || (defined(HAVE_DECL_IPC_NOWAIT) && HAVE_DECL_IPC_NOWAIT)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07008 XLAT(IPC_NOWAIT),
Elliott Hughes82728372014-06-06 22:49:31 -07009#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070010 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -070011};