blob: ad8302ab085c17ddd8e97256642ff905db1b059a [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/flockcmds.in; do not edit. */
2
3static const struct xlat flockcmds[] = {
4#if defined(LOCK_SH) || (defined(HAVE_DECL_LOCK_SH) && HAVE_DECL_LOCK_SH)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(LOCK_SH),
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
7#if defined(LOCK_EX) || (defined(HAVE_DECL_LOCK_EX) && HAVE_DECL_LOCK_EX)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07008 XLAT(LOCK_EX),
Elliott Hughes82728372014-06-06 22:49:31 -07009#endif
10#if defined(LOCK_NB) || (defined(HAVE_DECL_LOCK_NB) && HAVE_DECL_LOCK_NB)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070011 XLAT(LOCK_NB),
Elliott Hughes82728372014-06-06 22:49:31 -070012#endif
13#if defined(LOCK_UN) || (defined(HAVE_DECL_LOCK_UN) && HAVE_DECL_LOCK_UN)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070014 XLAT(LOCK_UN),
Elliott Hughes82728372014-06-06 22:49:31 -070015#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070016 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -070017};