diff options
Diffstat (limited to 'libc_pthread_init.c')
-rw-r--r-- | libc_pthread_init.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libc_pthread_init.c b/libc_pthread_init.c index 2270844..edba83a 100644 --- a/libc_pthread_init.c +++ b/libc_pthread_init.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2002-2018 Free Software Foundation, Inc. +/* libc initialization for libpthread. Hurd pthread version. + Copyright (C) 2002-2018 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Jakub Jelinek <jakub@redhat.com>, 2002. |