blob: d861340f5da606d2d922dc39bb30d240581ebf33 [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)
5 XLAT(SEM_UNDO),
6#endif
7#if defined(IPC_NOWAIT) || (defined(HAVE_DECL_IPC_NOWAIT) && HAVE_DECL_IPC_NOWAIT)
8 XLAT(IPC_NOWAIT),
9#endif
10 XLAT_END
11};