Commit 820bad96 authored by Kirill Tkhai's avatar Kirill Tkhai Committed by Andrei Vagin

zdtm: Export sys_clone_unified() to headers

Make it possible to use this function by tests.
Signed-off-by: 's avatarKirill Tkhai <ktkhai@virtuozzo.com>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent 0da7d971
...@@ -151,5 +151,7 @@ struct zdtm_tcp_opts { ...@@ -151,5 +151,7 @@ struct zdtm_tcp_opts {
}; };
extern int tcp_init_server_with_opts(int family, int *port, struct zdtm_tcp_opts *opts); extern int tcp_init_server_with_opts(int family, int *port, struct zdtm_tcp_opts *opts);
extern pid_t sys_clone_unified(unsigned long flags, void *child_stack, void *parent_tid,
void *child_tid, unsigned long newtls);
#endif /* _VIMITESU_H_ */ #endif /* _VIMITESU_H_ */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment