diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-01-12 07:19:09 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-01-12 07:19:09 +0100 |
commit | 520ac058aafaaf9c4811aba32ce980306240eb79 (patch) | |
tree | 5208d4ebaf575d6cf6b2eb7f51857fd173d129b6 /libc/sysdeps/linux/h8300/vfork.S | |
parent | 76c8219b672a82f3bbd366c92d0d5aaabfa87bef (diff) |
use multiline comment for better copyright parsing
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> |