|
@@ -1679,6 +1679,12 @@ SYSCALL_DEFINE5(clone, unsigned long, newsp, unsigned long, clone_flags,
|
|
|
int __user *, parent_tidptr,
|
|
|
int __user *, child_tidptr,
|
|
|
int, tls_val)
|
|
|
+#elif defined(CONFIG_CLONE_BACKWARDS3)
|
|
|
+SYSCALL_DEFINE6(clone, unsigned long, clone_flags, unsigned long, newsp,
|
|
|
+ int, stack_size,
|
|
|
+ int __user *, parent_tidptr,
|
|
|
+ int __user *, child_tidptr,
|
|
|
+ int, tls_val)
|
|
|
#else
|
|
|
SYSCALL_DEFINE5(clone, unsigned long, clone_flags, unsigned long, newsp,
|
|
|
int __user *, parent_tidptr,
|