1/* Generated by ./xlat/gen.sh from ./xlat/clone_flags.in; do not edit. */
2
3static const struct xlat clone_flags[] = {
4#if defined(CLONE_VM) || (defined(HAVE_DECL_CLONE_VM) && HAVE_DECL_CLONE_VM)
5	XLAT(CLONE_VM),
6#endif
7#if defined(CLONE_FS) || (defined(HAVE_DECL_CLONE_FS) && HAVE_DECL_CLONE_FS)
8	XLAT(CLONE_FS),
9#endif
10#if defined(CLONE_FILES) || (defined(HAVE_DECL_CLONE_FILES) && HAVE_DECL_CLONE_FILES)
11	XLAT(CLONE_FILES),
12#endif
13#if defined(CLONE_SIGHAND) || (defined(HAVE_DECL_CLONE_SIGHAND) && HAVE_DECL_CLONE_SIGHAND)
14	XLAT(CLONE_SIGHAND),
15#endif
16#if defined(CLONE_IDLETASK) || (defined(HAVE_DECL_CLONE_IDLETASK) && HAVE_DECL_CLONE_IDLETASK)
17	XLAT(CLONE_IDLETASK),
18#endif
19#if defined(CLONE_PTRACE) || (defined(HAVE_DECL_CLONE_PTRACE) && HAVE_DECL_CLONE_PTRACE)
20	XLAT(CLONE_PTRACE),
21#endif
22#if defined(CLONE_VFORK) || (defined(HAVE_DECL_CLONE_VFORK) && HAVE_DECL_CLONE_VFORK)
23	XLAT(CLONE_VFORK),
24#endif
25#if defined(CLONE_PARENT) || (defined(HAVE_DECL_CLONE_PARENT) && HAVE_DECL_CLONE_PARENT)
26	XLAT(CLONE_PARENT),
27#endif
28#if defined(CLONE_THREAD) || (defined(HAVE_DECL_CLONE_THREAD) && HAVE_DECL_CLONE_THREAD)
29	XLAT(CLONE_THREAD),
30#endif
31#if defined(CLONE_NEWNS) || (defined(HAVE_DECL_CLONE_NEWNS) && HAVE_DECL_CLONE_NEWNS)
32	XLAT(CLONE_NEWNS),
33#endif
34#if defined(CLONE_SYSVSEM) || (defined(HAVE_DECL_CLONE_SYSVSEM) && HAVE_DECL_CLONE_SYSVSEM)
35	XLAT(CLONE_SYSVSEM),
36#endif
37#if defined(CLONE_SETTLS) || (defined(HAVE_DECL_CLONE_SETTLS) && HAVE_DECL_CLONE_SETTLS)
38	XLAT(CLONE_SETTLS),
39#endif
40#if defined(CLONE_PARENT_SETTID) || (defined(HAVE_DECL_CLONE_PARENT_SETTID) && HAVE_DECL_CLONE_PARENT_SETTID)
41	XLAT(CLONE_PARENT_SETTID),
42#endif
43#if defined(CLONE_CHILD_CLEARTID) || (defined(HAVE_DECL_CLONE_CHILD_CLEARTID) && HAVE_DECL_CLONE_CHILD_CLEARTID)
44	XLAT(CLONE_CHILD_CLEARTID),
45#endif
46#if defined(CLONE_UNTRACED) || (defined(HAVE_DECL_CLONE_UNTRACED) && HAVE_DECL_CLONE_UNTRACED)
47	XLAT(CLONE_UNTRACED),
48#endif
49#if defined(CLONE_CHILD_SETTID) || (defined(HAVE_DECL_CLONE_CHILD_SETTID) && HAVE_DECL_CLONE_CHILD_SETTID)
50	XLAT(CLONE_CHILD_SETTID),
51#endif
52#if defined(CLONE_STOPPED) || (defined(HAVE_DECL_CLONE_STOPPED) && HAVE_DECL_CLONE_STOPPED)
53	XLAT(CLONE_STOPPED),
54#endif
55#if defined(CLONE_NEWUTS) || (defined(HAVE_DECL_CLONE_NEWUTS) && HAVE_DECL_CLONE_NEWUTS)
56	XLAT(CLONE_NEWUTS),
57#endif
58#if defined(CLONE_NEWIPC) || (defined(HAVE_DECL_CLONE_NEWIPC) && HAVE_DECL_CLONE_NEWIPC)
59	XLAT(CLONE_NEWIPC),
60#endif
61#if defined(CLONE_NEWUSER) || (defined(HAVE_DECL_CLONE_NEWUSER) && HAVE_DECL_CLONE_NEWUSER)
62	XLAT(CLONE_NEWUSER),
63#endif
64#if defined(CLONE_NEWPID) || (defined(HAVE_DECL_CLONE_NEWPID) && HAVE_DECL_CLONE_NEWPID)
65	XLAT(CLONE_NEWPID),
66#endif
67#if defined(CLONE_NEWNET) || (defined(HAVE_DECL_CLONE_NEWNET) && HAVE_DECL_CLONE_NEWNET)
68	XLAT(CLONE_NEWNET),
69#endif
70#if defined(CLONE_IO) || (defined(HAVE_DECL_CLONE_IO) && HAVE_DECL_CLONE_IO)
71	XLAT(CLONE_IO),
72#endif
73	XLAT_END
74};
75