blob: 1a8dbcf88f03ee3b7b4c7adfd442b02546993ee8 [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/semctl_flags.in; do not edit. */
2
3static const struct xlat semctl_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(SEM_STAT) || (defined(HAVE_DECL_SEM_STAT) && HAVE_DECL_SEM_STAT)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070017 XLAT(SEM_STAT),
Elliott Hughes82728372014-06-06 22:49:31 -070018#endif
19#if defined(SEM_INFO) || (defined(HAVE_DECL_SEM_INFO) && HAVE_DECL_SEM_INFO)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070020 XLAT(SEM_INFO),
Elliott Hughes82728372014-06-06 22:49:31 -070021#endif
22#if defined(GETPID) || (defined(HAVE_DECL_GETPID) && HAVE_DECL_GETPID)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070023 XLAT(GETPID),
Elliott Hughes82728372014-06-06 22:49:31 -070024#endif
25#if defined(GETVAL) || (defined(HAVE_DECL_GETVAL) && HAVE_DECL_GETVAL)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070026 XLAT(GETVAL),
Elliott Hughes82728372014-06-06 22:49:31 -070027#endif
28#if defined(GETALL) || (defined(HAVE_DECL_GETALL) && HAVE_DECL_GETALL)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070029 XLAT(GETALL),
Elliott Hughes82728372014-06-06 22:49:31 -070030#endif
31#if defined(GETNCNT) || (defined(HAVE_DECL_GETNCNT) && HAVE_DECL_GETNCNT)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070032 XLAT(GETNCNT),
Elliott Hughes82728372014-06-06 22:49:31 -070033#endif
34#if defined(GETZCNT) || (defined(HAVE_DECL_GETZCNT) && HAVE_DECL_GETZCNT)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070035 XLAT(GETZCNT),
Elliott Hughes82728372014-06-06 22:49:31 -070036#endif
37#if defined(SETVAL) || (defined(HAVE_DECL_SETVAL) && HAVE_DECL_SETVAL)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070038 XLAT(SETVAL),
Elliott Hughes82728372014-06-06 22:49:31 -070039#endif
40#if defined(SETALL) || (defined(HAVE_DECL_SETALL) && HAVE_DECL_SETALL)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070041 XLAT(SETALL),
Elliott Hughes82728372014-06-06 22:49:31 -070042#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070043 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -070044};