diff options
Diffstat (limited to 'libpthread/nptl/sysdeps/csky/pthreaddef.h')
-rw-r--r-- | libpthread/nptl/sysdeps/csky/pthreaddef.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libpthread/nptl/sysdeps/csky/pthreaddef.h b/libpthread/nptl/sysdeps/csky/pthreaddef.h index da6a0fac8..992fced01 100644 --- a/libpthread/nptl/sysdeps/csky/pthreaddef.h +++ b/libpthread/nptl/sysdeps/csky/pthreaddef.h @@ -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. + */ + /* Default stack size. */ #define ARCH_STACK_DEFAULT_SIZE (2 * 1024 * 1024) |