1/* Generated by ./xlat/gen.sh from ./xlat/unshare_flags.in; do not edit. */
2
3#ifdef IN_MPERS
4
5# error static const struct xlat unshare_flags in mpers mode
6
7#else
8
9static
10const struct xlat unshare_flags[] = {
11#if defined(CLONE_THREAD) || (defined(HAVE_DECL_CLONE_THREAD) && HAVE_DECL_CLONE_THREAD)
12  XLAT(CLONE_THREAD),
13#endif
14#if defined(CLONE_FS) || (defined(HAVE_DECL_CLONE_FS) && HAVE_DECL_CLONE_FS)
15  XLAT(CLONE_FS),
16#endif
17#if defined(CLONE_NEWNS) || (defined(HAVE_DECL_CLONE_NEWNS) && HAVE_DECL_CLONE_NEWNS)
18  XLAT(CLONE_NEWNS),
19#endif
20#if defined(CLONE_SIGHAND) || (defined(HAVE_DECL_CLONE_SIGHAND) && HAVE_DECL_CLONE_SIGHAND)
21  XLAT(CLONE_SIGHAND),
22#endif
23#if defined(CLONE_VM) || (defined(HAVE_DECL_CLONE_VM) && HAVE_DECL_CLONE_VM)
24  XLAT(CLONE_VM),
25#endif
26#if defined(CLONE_FILES) || (defined(HAVE_DECL_CLONE_FILES) && HAVE_DECL_CLONE_FILES)
27  XLAT(CLONE_FILES),
28#endif
29#if defined(CLONE_SYSVSEM) || (defined(HAVE_DECL_CLONE_SYSVSEM) && HAVE_DECL_CLONE_SYSVSEM)
30  XLAT(CLONE_SYSVSEM),
31#endif
32#if defined(CLONE_NEWUTS) || (defined(HAVE_DECL_CLONE_NEWUTS) && HAVE_DECL_CLONE_NEWUTS)
33  XLAT(CLONE_NEWUTS),
34#endif
35#if defined(CLONE_NEWIPC) || (defined(HAVE_DECL_CLONE_NEWIPC) && HAVE_DECL_CLONE_NEWIPC)
36  XLAT(CLONE_NEWIPC),
37#endif
38#if defined(CLONE_NEWNET) || (defined(HAVE_DECL_CLONE_NEWNET) && HAVE_DECL_CLONE_NEWNET)
39  XLAT(CLONE_NEWNET),
40#endif
41#if defined(CLONE_NEWUSER) || (defined(HAVE_DECL_CLONE_NEWUSER) && HAVE_DECL_CLONE_NEWUSER)
42  XLAT(CLONE_NEWUSER),
43#endif
44#if defined(CLONE_NEWPID) || (defined(HAVE_DECL_CLONE_NEWPID) && HAVE_DECL_CLONE_NEWPID)
45  XLAT(CLONE_NEWPID),
46#endif
47#if defined(CLONE_NEWCGROUP) || (defined(HAVE_DECL_CLONE_NEWCGROUP) && HAVE_DECL_CLONE_NEWCGROUP)
48  XLAT(CLONE_NEWCGROUP),
49#endif
50 XLAT_END
51};
52
53#endif /* !IN_MPERS */
54