blob: 25773e35e136e16bbc26a2d96aa9a9b4c56bfc87 [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/shmctl_flags.in; do not edit. */
2
3static const struct xlat shmctl_flags[] = {
4#if defined(IPC_RMID) || (defined(HAVE_DECL_IPC_RMID) && HAVE_DECL_IPC_RMID)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(IPC_RMID),
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
7#if defined(IPC_SET) || (defined(HAVE_DECL_IPC_SET) && HAVE_DECL_IPC_SET)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07008 XLAT(IPC_SET),
Elliott Hughes82728372014-06-06 22:49:31 -07009#endif
10#if defined(IPC_STAT) || (defined(HAVE_DECL_IPC_STAT) && HAVE_DECL_IPC_STAT)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070011 XLAT(IPC_STAT),
Elliott Hughes82728372014-06-06 22:49:31 -070012#endif
13#if defined(IPC_INFO) || (defined(HAVE_DECL_IPC_INFO) && HAVE_DECL_IPC_INFO)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070014 XLAT(IPC_INFO),
Elliott Hughes82728372014-06-06 22:49:31 -070015#endif
16#if defined(SHM_STAT) || (defined(HAVE_DECL_SHM_STAT) && HAVE_DECL_SHM_STAT)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070017 XLAT(SHM_STAT),
Elliott Hughes82728372014-06-06 22:49:31 -070018#endif
19#if defined(SHM_INFO) || (defined(HAVE_DECL_SHM_INFO) && HAVE_DECL_SHM_INFO)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070020 XLAT(SHM_INFO),
Elliott Hughes82728372014-06-06 22:49:31 -070021#endif
22#if defined(SHM_LOCK) || (defined(HAVE_DECL_SHM_LOCK) && HAVE_DECL_SHM_LOCK)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070023 XLAT(SHM_LOCK),
Elliott Hughes82728372014-06-06 22:49:31 -070024#endif
25#if defined(SHM_UNLOCK) || (defined(HAVE_DECL_SHM_UNLOCK) && HAVE_DECL_SHM_UNLOCK)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070026 XLAT(SHM_UNLOCK),
Elliott Hughes82728372014-06-06 22:49:31 -070027#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070028 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -070029};