diff options
Diffstat (limited to 'libc/sysdeps/linux/h8300/clone.S')
-rw-r--r-- | libc/sysdeps/linux/h8300/clone.S | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/h8300/clone.S b/libc/sysdeps/linux/h8300/clone.S index a00eba4cb..23c9000fd 100644 --- a/libc/sysdeps/linux/h8300/clone.S +++ b/libc/sysdeps/linux/h8300/clone.S @@ -1,4 +1,6 @@ -/* Copyright 2015 Yoshinori Sato <ysato@users.sourceforge.jp> */ +/* + Copyright 2015 Yoshinori Sato <ysato@users.sourceforge.jp> +*/ /* clone is even more special than fork as it mucks with stacks and invokes a function in the right context after its all over. */ |