aboutsummaryrefslogtreecommitdiff
path: root/kernel/fork.c
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2013-08-21 12:53:17 +0100
committerMark Brown <broonie@linaro.org>2013-08-21 12:53:17 +0100
commit6e93543c4e79861c675aa8f6bb2040392e6532ab (patch)
treeb82865e113c4fc52a60738050ab3c4c547fe1e44 /kernel/fork.c
parentc1eec2ad52f2414c36b28fde0dbf3e30d86465ea (diff)
parent4c4ca6a49f1a580666912153b8501331f7b4f379 (diff)
Merge branch 'linux-linaro-lsk' into linux-linaro-lsk-android
Diffstat (limited to 'kernel/fork.c')
-rw-r--r--kernel/fork.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/kernel/fork.c b/kernel/fork.c
index 41671a5d637d..b394c2036e4f 100644
--- a/kernel/fork.c
+++ b/kernel/fork.c
@@ -1692,6 +1692,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,