• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* Generated by ./xlat/gen.sh from ./xlat/shm_flags.in; do not edit. */
2 
3 static const struct xlat shm_flags[] = {
4 #if defined(SHM_REMAP) || (defined(HAVE_DECL_SHM_REMAP) && HAVE_DECL_SHM_REMAP)
5  XLAT(SHM_REMAP),
6 #endif
7 #if defined(SHM_RDONLY) || (defined(HAVE_DECL_SHM_RDONLY) && HAVE_DECL_SHM_RDONLY)
8  XLAT(SHM_RDONLY),
9 #endif
10 #if defined(SHM_RND) || (defined(HAVE_DECL_SHM_RND) && HAVE_DECL_SHM_RND)
11  XLAT(SHM_RND),
12 #endif
13  XLAT_END
14 };
15