diff options
Diffstat (limited to 'libc/sysdeps/linux/h8300/vfork.S')
-rw-r--r-- | libc/sysdeps/linux/h8300/vfork.S | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/h8300/vfork.S b/libc/sysdeps/linux/h8300/vfork.S index 24370df3a..85b733eb1 100644 --- a/libc/sysdeps/linux/h8300/vfork.S +++ b/libc/sysdeps/linux/h8300/vfork.S @@ -1,4 +1,6 @@ -/* Copyright 2002, 2015 Yoshinori Sato <ysato@users.sourceforge.jp> */ +/* + Copyright 2002, 2015 Yoshinori Sato <ysato@users.sourceforge.jp> +*/ #include <sys/syscall.h> |