diff options
Diffstat (limited to 'libc/sysdeps/linux/csky/vfork.S')
-rw-r--r-- | libc/sysdeps/linux/csky/vfork.S | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/csky/vfork.S b/libc/sysdeps/linux/csky/vfork.S index a28bb32fa..bca8bb891 100644 --- a/libc/sysdeps/linux/csky/vfork.S +++ b/libc/sysdeps/linux/csky/vfork.S @@ -1,3 +1,10 @@ +/* + * Copyright (C) 2017 Hangzhou C-SKY Microsystems co.,ltd. + * + * Licensed under the LGPL v2.1 or later, see the file COPYING.LIB + * in this tarball. + */ + #include <sysdep.h> PSEUDO_ERRVAL(__vfork, vfork, 0) PSEUDO_END_ERRVAL(__vfork) |