blob: 51ee721d116727445a89a5c242c2fcf84dd202e1 [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* 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)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(CLONE_VM),
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
7#if defined(CLONE_FS) || (defined(HAVE_DECL_CLONE_FS) && HAVE_DECL_CLONE_FS)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07008 XLAT(CLONE_FS),
Elliott Hughes82728372014-06-06 22:49:31 -07009#endif
10#if defined(CLONE_FILES) || (defined(HAVE_DECL_CLONE_FILES) && HAVE_DECL_CLONE_FILES)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070011 XLAT(CLONE_FILES),
Elliott Hughes82728372014-06-06 22:49:31 -070012#endif
13#if defined(CLONE_SIGHAND) || (defined(HAVE_DECL_CLONE_SIGHAND) && HAVE_DECL_CLONE_SIGHAND)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070014 XLAT(CLONE_SIGHAND),
Elliott Hughes82728372014-06-06 22:49:31 -070015#endif
16#if defined(CLONE_IDLETASK) || (defined(HAVE_DECL_CLONE_IDLETASK) && HAVE_DECL_CLONE_IDLETASK)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070017 XLAT(CLONE_IDLETASK),
Elliott Hughes82728372014-06-06 22:49:31 -070018#endif
19#if defined(CLONE_PTRACE) || (defined(HAVE_DECL_CLONE_PTRACE) && HAVE_DECL_CLONE_PTRACE)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070020 XLAT(CLONE_PTRACE),
Elliott Hughes82728372014-06-06 22:49:31 -070021#endif
22#if defined(CLONE_VFORK) || (defined(HAVE_DECL_CLONE_VFORK) && HAVE_DECL_CLONE_VFORK)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070023 XLAT(CLONE_VFORK),
Elliott Hughes82728372014-06-06 22:49:31 -070024#endif
25#if defined(CLONE_PARENT) || (defined(HAVE_DECL_CLONE_PARENT) && HAVE_DECL_CLONE_PARENT)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070026 XLAT(CLONE_PARENT),
Elliott Hughes82728372014-06-06 22:49:31 -070027#endif
28#if defined(CLONE_THREAD) || (defined(HAVE_DECL_CLONE_THREAD) && HAVE_DECL_CLONE_THREAD)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070029 XLAT(CLONE_THREAD),
Elliott Hughes82728372014-06-06 22:49:31 -070030#endif
31#if defined(CLONE_NEWNS) || (defined(HAVE_DECL_CLONE_NEWNS) && HAVE_DECL_CLONE_NEWNS)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070032 XLAT(CLONE_NEWNS),
Elliott Hughes82728372014-06-06 22:49:31 -070033#endif
34#if defined(CLONE_SYSVSEM) || (defined(HAVE_DECL_CLONE_SYSVSEM) && HAVE_DECL_CLONE_SYSVSEM)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070035 XLAT(CLONE_SYSVSEM),
Elliott Hughes82728372014-06-06 22:49:31 -070036#endif
37#if defined(CLONE_SETTLS) || (defined(HAVE_DECL_CLONE_SETTLS) && HAVE_DECL_CLONE_SETTLS)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070038 XLAT(CLONE_SETTLS),
Elliott Hughes82728372014-06-06 22:49:31 -070039#endif
40#if defined(CLONE_PARENT_SETTID) || (defined(HAVE_DECL_CLONE_PARENT_SETTID) && HAVE_DECL_CLONE_PARENT_SETTID)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070041 XLAT(CLONE_PARENT_SETTID),
Elliott Hughes82728372014-06-06 22:49:31 -070042#endif
43#if defined(CLONE_CHILD_CLEARTID) || (defined(HAVE_DECL_CLONE_CHILD_CLEARTID) && HAVE_DECL_CLONE_CHILD_CLEARTID)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070044 XLAT(CLONE_CHILD_CLEARTID),
Elliott Hughes82728372014-06-06 22:49:31 -070045#endif
46#if defined(CLONE_UNTRACED) || (defined(HAVE_DECL_CLONE_UNTRACED) && HAVE_DECL_CLONE_UNTRACED)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070047 XLAT(CLONE_UNTRACED),
Elliott Hughes82728372014-06-06 22:49:31 -070048#endif
49#if defined(CLONE_CHILD_SETTID) || (defined(HAVE_DECL_CLONE_CHILD_SETTID) && HAVE_DECL_CLONE_CHILD_SETTID)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070050 XLAT(CLONE_CHILD_SETTID),
Elliott Hughes82728372014-06-06 22:49:31 -070051#endif
52#if defined(CLONE_STOPPED) || (defined(HAVE_DECL_CLONE_STOPPED) && HAVE_DECL_CLONE_STOPPED)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070053 XLAT(CLONE_STOPPED),
Elliott Hughes82728372014-06-06 22:49:31 -070054#endif
55#if defined(CLONE_NEWUTS) || (defined(HAVE_DECL_CLONE_NEWUTS) && HAVE_DECL_CLONE_NEWUTS)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070056 XLAT(CLONE_NEWUTS),
Elliott Hughes82728372014-06-06 22:49:31 -070057#endif
58#if defined(CLONE_NEWIPC) || (defined(HAVE_DECL_CLONE_NEWIPC) && HAVE_DECL_CLONE_NEWIPC)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070059 XLAT(CLONE_NEWIPC),
Elliott Hughes82728372014-06-06 22:49:31 -070060#endif
61#if defined(CLONE_NEWUSER) || (defined(HAVE_DECL_CLONE_NEWUSER) && HAVE_DECL_CLONE_NEWUSER)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070062 XLAT(CLONE_NEWUSER),
Elliott Hughes82728372014-06-06 22:49:31 -070063#endif
64#if defined(CLONE_NEWPID) || (defined(HAVE_DECL_CLONE_NEWPID) && HAVE_DECL_CLONE_NEWPID)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070065 XLAT(CLONE_NEWPID),
Elliott Hughes82728372014-06-06 22:49:31 -070066#endif
67#if defined(CLONE_NEWNET) || (defined(HAVE_DECL_CLONE_NEWNET) && HAVE_DECL_CLONE_NEWNET)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070068 XLAT(CLONE_NEWNET),
Elliott Hughes82728372014-06-06 22:49:31 -070069#endif
70#if defined(CLONE_IO) || (defined(HAVE_DECL_CLONE_IO) && HAVE_DECL_CLONE_IO)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070071 XLAT(CLONE_IO),
Elliott Hughes82728372014-06-06 22:49:31 -070072#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070073 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -070074};