aboutsummaryrefslogtreecommitdiff
path: root/htl
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2020-01-01 00:14:33 +0000
committerJoseph Myers <joseph@codesourcery.com>2020-01-01 00:14:33 +0000
commitd614a7539657941a9201c236b2f15afac18e1213 (patch)
treea7bb552caf4fc49aaf5cb3621d1a7c4a789b36c6 /htl
parent09153638cfef9166586b0c21e852ea0d6f15a0fd (diff)
downloadglibc-d614a7539657941a9201c236b2f15afac18e1213.zip
glibc-d614a7539657941a9201c236b2f15afac18e1213.tar.gz
glibc-d614a7539657941a9201c236b2f15afac18e1213.tar.bz2
Update copyright dates with scripts/update-copyrights.
Diffstat (limited to 'htl')
-rw-r--r--htl/Makefile2
-rw-r--r--htl/alloca_cutoff.c2
-rw-r--r--htl/cthreads-compat.c2
-rw-r--r--htl/forward.c2
-rw-r--r--htl/libc_pthread_init.c2
-rw-r--r--htl/lockfile.c2
-rw-r--r--htl/pt-alloc.c2
-rw-r--r--htl/pt-cancel.c2
-rw-r--r--htl/pt-cleanup.c2
-rw-r--r--htl/pt-create.c2
-rw-r--r--htl/pt-dealloc.c2
-rw-r--r--htl/pt-detach.c2
-rw-r--r--htl/pt-exit.c2
-rw-r--r--htl/pt-getattr.c2
-rw-r--r--htl/pt-initialize.c2
-rw-r--r--htl/pt-internal.h2
-rw-r--r--htl/pt-join.c2
-rw-r--r--htl/pt-self.c2
-rw-r--r--htl/pt-setcancelstate.c2
-rw-r--r--htl/pt-setcanceltype.c2
-rw-r--r--htl/pt-sigmask.c2
-rw-r--r--htl/pt-spin-inlines.c2
-rw-r--r--htl/pt-testcancel.c2
-rw-r--r--htl/pt-yield.c2
-rw-r--r--htl/tests/test-1.c2
-rw-r--r--htl/tests/test-10.c2
-rw-r--r--htl/tests/test-11.c2
-rw-r--r--htl/tests/test-12.c2
-rw-r--r--htl/tests/test-13.c2
-rw-r--r--htl/tests/test-14.c2
-rw-r--r--htl/tests/test-15.c2
-rw-r--r--htl/tests/test-16.c2
-rw-r--r--htl/tests/test-17.c2
-rw-r--r--htl/tests/test-2.c2
-rw-r--r--htl/tests/test-3.c2
-rw-r--r--htl/tests/test-4.c2
-rw-r--r--htl/tests/test-5.c2
-rw-r--r--htl/tests/test-6.c2
-rw-r--r--htl/tests/test-7.c2
-rw-r--r--htl/tests/test-8.c2
-rw-r--r--htl/tests/test-9.c2
-rw-r--r--htl/tests/test-__pthread_destroy_specific-skip.c2
42 files changed, 42 insertions, 42 deletions
diff --git a/htl/Makefile b/htl/Makefile
index d8f7886..3b5c106 100644
--- a/htl/Makefile
+++ b/htl/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 1994-2019 Free Software Foundation, Inc.
+# Copyright (C) 1994-2020 Free Software Foundation, Inc.
#
# The GNU C Library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/htl/alloca_cutoff.c b/htl/alloca_cutoff.c
index 466790b..08ac093 100644
--- a/htl/alloca_cutoff.c
+++ b/htl/alloca_cutoff.c
@@ -1,5 +1,5 @@
/* Allocate a new thread structure.
- Copyright (C) 2015-2019 Free Software Foundation, Inc.
+ Copyright (C) 2015-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/htl/cthreads-compat.c b/htl/cthreads-compat.c
index 896b82f..3668770 100644
--- a/htl/cthreads-compat.c
+++ b/htl/cthreads-compat.c
@@ -1,5 +1,5 @@
/* Compatibility routines for cthreads.
- Copyright (C) 2000-2019 Free Software Foundation, Inc.
+ Copyright (C) 2000-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/htl/forward.c b/htl/forward.c
index 17f5704..b0cc5f5 100644
--- a/htl/forward.c
+++ b/htl/forward.c
@@ -1,5 +1,5 @@
/* Libc stubs for pthread functions. Hurd pthread version.
- Copyright (C) 2002-2019 Free Software Foundation, Inc.
+ Copyright (C) 2002-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/htl/libc_pthread_init.c b/htl/libc_pthread_init.c
index dfb1fcf..cee92f7 100644
--- a/htl/libc_pthread_init.c
+++ b/htl/libc_pthread_init.c
@@ -1,5 +1,5 @@
/* libc initialization for libpthread. Hurd pthread version.
- Copyright (C) 2002-2019 Free Software Foundation, Inc.
+ Copyright (C) 2002-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/htl/lockfile.c b/htl/lockfile.c
index dbd5d47..51ed5ef 100644
--- a/htl/lockfile.c
+++ b/htl/lockfile.c
@@ -1,5 +1,5 @@
/* lockfile - Handle locking and unlocking of streams. Hurd pthread version.
- Copyright (C) 2000-2019 Free Software Foundation, Inc.
+ Copyright (C) 2000-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/htl/pt-alloc.c b/htl/pt-alloc.c
index c641cc8..4e6fa52 100644
--- a/htl/pt-alloc.c
+++ b/htl/pt-alloc.c
@@ -1,5 +1,5 @@
/* Allocate a new thread structure.
- Copyright (C) 2000-2019 Free Software Foundation, Inc.
+ Copyright (C) 2000-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/htl/pt-cancel.c b/htl/pt-cancel.c
index 2f399d0..4c7305c 100644
--- a/htl/pt-cancel.c
+++ b/htl/pt-cancel.c
@@ -1,5 +1,5 @@
/* Cancel a thread.
- Copyright (C) 2002-2019 Free Software Foundation, Inc.
+ Copyright (C) 2002-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/htl/pt-cleanup.c b/htl/pt-cleanup.c
index ebaf335..3f5f43f 100644
--- a/htl/pt-cleanup.c
+++ b/htl/pt-cleanup.c
@@ -1,5 +1,5 @@
/* Add a cancelation handler to the stack.
- Copyright (C) 2002-2019 Free Software Foundation, Inc.
+ Copyright (C) 2002-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/htl/pt-create.c b/htl/pt-create.c
index e35a5b1..59ba04d 100644
--- a/htl/pt-create.c
+++ b/htl/pt-create.c
@@ -1,5 +1,5 @@
/* Thread creation.
- Copyright (C) 2000-2019 Free Software Foundation, Inc.
+ Copyright (C) 2000-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/htl/pt-dealloc.c b/htl/pt-dealloc.c
index dd58e33..b42d9bb 100644
--- a/htl/pt-dealloc.c
+++ b/htl/pt-dealloc.c
@@ -1,5 +1,5 @@
/* Deallocate a thread structure.
- Copyright (C) 2000-2019 Free Software Foundation, Inc.
+ Copyright (C) 2000-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/htl/pt-detach.c b/htl/pt-detach.c
index 5cbc186..3d8e3ad 100644
--- a/htl/pt-detach.c
+++ b/htl/pt-detach.c
@@ -1,5 +1,5 @@
/* Detach a thread.
- Copyright (C) 2000-2019 Free Software Foundation, Inc.
+ Copyright (C) 2000-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/htl/pt-exit.c b/htl/pt-exit.c
index a3d3ca9..9a4db2d 100644
--- a/htl/pt-exit.c
+++ b/htl/pt-exit.c
@@ -1,5 +1,5 @@
/* Thread termination.
- Copyright (C) 2000-2019 Free Software Foundation, Inc.
+ Copyright (C) 2000-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/htl/pt-getattr.c b/htl/pt-getattr.c
index e2fbcca..dec0c17 100644
--- a/htl/pt-getattr.c
+++ b/htl/pt-getattr.c
@@ -1,5 +1,5 @@
/* Thread attributes retrieval.
- Copyright (C) 2008-2019 Free Software Foundation, Inc.
+ Copyright (C) 2008-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/htl/pt-initialize.c b/htl/pt-initialize.c
index f295510..d5a64f7 100644
--- a/htl/pt-initialize.c
+++ b/htl/pt-initialize.c
@@ -1,5 +1,5 @@
/* Initialize pthreads library.
- Copyright (C) 2000-2019 Free Software Foundation, Inc.
+ Copyright (C) 2000-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/htl/pt-internal.h b/htl/pt-internal.h
index 8304739..ebe7f43 100644
--- a/htl/pt-internal.h
+++ b/htl/pt-internal.h
@@ -1,5 +1,5 @@
/* Internal defenitions for pthreads library.
- Copyright (C) 2000-2019 Free Software Foundation, Inc.
+ Copyright (C) 2000-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/htl/pt-join.c b/htl/pt-join.c
index 3360348..158c328 100644
--- a/htl/pt-join.c
+++ b/htl/pt-join.c
@@ -1,5 +1,5 @@
/* Wait for thread termination.
- Copyright (C) 2000-2019 Free Software Foundation, Inc.
+ Copyright (C) 2000-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/htl/pt-self.c b/htl/pt-self.c
index 90fa5e9..fa38df2 100644
--- a/htl/pt-self.c
+++ b/htl/pt-self.c
@@ -1,5 +1,5 @@
/* Get calling thread's ID.
- Copyright (C) 2000-2019 Free Software Foundation, Inc.
+ Copyright (C) 2000-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/htl/pt-setcancelstate.c b/htl/pt-setcancelstate.c
index f1b57a9..7b58996 100644
--- a/htl/pt-setcancelstate.c
+++ b/htl/pt-setcancelstate.c
@@ -1,5 +1,5 @@
/* Set the cancel state for the calling thread.
- Copyright (C) 2002-2019 Free Software Foundation, Inc.
+ Copyright (C) 2002-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/htl/pt-setcanceltype.c b/htl/pt-setcanceltype.c
index 32109b2..2585d8b 100644
--- a/htl/pt-setcanceltype.c
+++ b/htl/pt-setcanceltype.c
@@ -1,5 +1,5 @@
/* Set the cancel type for the calling thread.
- Copyright (C) 2002-2019 Free Software Foundation, Inc.
+ Copyright (C) 2002-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/htl/pt-sigmask.c b/htl/pt-sigmask.c
index 11646f1..c5ba372 100644
--- a/htl/pt-sigmask.c
+++ b/htl/pt-sigmask.c
@@ -1,5 +1,5 @@
/* Get or set a thread's signal mask.
- Copyright (C) 2000-2019 Free Software Foundation, Inc.
+ Copyright (C) 2000-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/htl/pt-spin-inlines.c b/htl/pt-spin-inlines.c
index 54ccdc9..f304def 100644
--- a/htl/pt-spin-inlines.c
+++ b/htl/pt-spin-inlines.c
@@ -1,5 +1,5 @@
/* Spin locks non-inline functions.
- Copyright (C) 2000-2019 Free Software Foundation, Inc.
+ Copyright (C) 2000-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/htl/pt-testcancel.c b/htl/pt-testcancel.c
index 370ce0d..1ec324b 100644
--- a/htl/pt-testcancel.c
+++ b/htl/pt-testcancel.c
@@ -1,5 +1,5 @@
/* Add an explicit cancelation point.
- Copyright (C) 2002-2019 Free Software Foundation, Inc.
+ Copyright (C) 2002-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/htl/pt-yield.c b/htl/pt-yield.c
index 3e2c38c..29fda25 100644
--- a/htl/pt-yield.c
+++ b/htl/pt-yield.c
@@ -1,5 +1,5 @@
/* Yield the processor to another thread or process.
- Copyright (C) 2010-2019 Free Software Foundation, Inc.
+ Copyright (C) 2010-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/htl/tests/test-1.c b/htl/tests/test-1.c
index 97a3c94..c277e7c 100644
--- a/htl/tests/test-1.c
+++ b/htl/tests/test-1.c
@@ -1,5 +1,5 @@
/* Test mutexes.
- Copyright (C) 2000-2019 Free Software Foundation, Inc.
+ Copyright (C) 2000-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/htl/tests/test-10.c b/htl/tests/test-10.c
index a52d309..f3e5644 100644
--- a/htl/tests/test-10.c
+++ b/htl/tests/test-10.c
@@ -1,5 +1,5 @@
/* Test error checking mutexes.
- Copyright (C) 2000-2019 Free Software Foundation, Inc.
+ Copyright (C) 2000-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/htl/tests/test-11.c b/htl/tests/test-11.c
index 5e5c0bf..6c3951a 100644
--- a/htl/tests/test-11.c
+++ b/htl/tests/test-11.c
@@ -1,5 +1,5 @@
/* Test rwlocks.
- Copyright (C) 2000-2019 Free Software Foundation, Inc.
+ Copyright (C) 2000-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/htl/tests/test-12.c b/htl/tests/test-12.c
index fbb10fb..a5cb966 100644
--- a/htl/tests/test-12.c
+++ b/htl/tests/test-12.c
@@ -1,5 +1,5 @@
/* Test concurrency level.
- Copyright (C) 2000-2019 Free Software Foundation, Inc.
+ Copyright (C) 2000-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/htl/tests/test-13.c b/htl/tests/test-13.c
index 3b6aee2..9e78e27 100644
--- a/htl/tests/test-13.c
+++ b/htl/tests/test-13.c
@@ -1,5 +1,5 @@
/* Test condition attributes and pthread_cond_timedwait.
- Copyright (C) 2000-2019 Free Software Foundation, Inc.
+ Copyright (C) 2000-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/htl/tests/test-14.c b/htl/tests/test-14.c
index f5014aa..fff8fe9 100644
--- a/htl/tests/test-14.c
+++ b/htl/tests/test-14.c
@@ -1,5 +1,5 @@
/* Test pthread_mutex_timedlock.
- Copyright (C) 2000-2019 Free Software Foundation, Inc.
+ Copyright (C) 2000-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/htl/tests/test-15.c b/htl/tests/test-15.c
index 86c7b7a..bac3b74 100644
--- a/htl/tests/test-15.c
+++ b/htl/tests/test-15.c
@@ -1,5 +1,5 @@
/* Test pthread_rwlock_timedrdlock and pthread_rwlock_timedwrlock.
- Copyright (C) 2000-2019 Free Software Foundation, Inc.
+ Copyright (C) 2000-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/htl/tests/test-16.c b/htl/tests/test-16.c
index 98e6424..ed6de83 100644
--- a/htl/tests/test-16.c
+++ b/htl/tests/test-16.c
@@ -1,5 +1,5 @@
/* Test pthread_kill.c.
- Copyright (C) 2000-2019 Free Software Foundation, Inc.
+ Copyright (C) 2000-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/htl/tests/test-17.c b/htl/tests/test-17.c
index 4be9193..0ecd367 100644
--- a/htl/tests/test-17.c
+++ b/htl/tests/test-17.c
@@ -1,6 +1,6 @@
/* Test that the key reuse inside libpthread does not cause thread
specific values to persist.
- Copyright (C) 2000-2019 Free Software Foundation, Inc.
+ Copyright (C) 2000-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/htl/tests/test-2.c b/htl/tests/test-2.c
index 2dda4bf..11e0458 100644
--- a/htl/tests/test-2.c
+++ b/htl/tests/test-2.c
@@ -1,5 +1,5 @@
/* Test detachability.
- Copyright (C) 2000-2019 Free Software Foundation, Inc.
+ Copyright (C) 2000-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/htl/tests/test-3.c b/htl/tests/test-3.c
index 8fa8cd8..6bbf7a5 100644
--- a/htl/tests/test-3.c
+++ b/htl/tests/test-3.c
@@ -1,5 +1,5 @@
/* Test the thread attribute get and set methods.
- Copyright (C) 2000-2019 Free Software Foundation, Inc.
+ Copyright (C) 2000-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/htl/tests/test-4.c b/htl/tests/test-4.c
index 6d88de0..94fb65a 100644
--- a/htl/tests/test-4.c
+++ b/htl/tests/test-4.c
@@ -1,5 +1,5 @@
/* Test the stack guard.
- Copyright (C) 2000-2019 Free Software Foundation, Inc.
+ Copyright (C) 2000-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/htl/tests/test-5.c b/htl/tests/test-5.c
index caa49ef..cabbdfe 100644
--- a/htl/tests/test-5.c
+++ b/htl/tests/test-5.c
@@ -1,5 +1,5 @@
/* Test signals.
- Copyright (C) 2000-2019 Free Software Foundation, Inc.
+ Copyright (C) 2000-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/htl/tests/test-6.c b/htl/tests/test-6.c
index 38fcdb4..fc13f6d 100644
--- a/htl/tests/test-6.c
+++ b/htl/tests/test-6.c
@@ -1,5 +1,5 @@
/* Test barriers.
- Copyright (C) 2000-2019 Free Software Foundation, Inc.
+ Copyright (C) 2000-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/htl/tests/test-7.c b/htl/tests/test-7.c
index a38f10c..2e4e9d6 100644
--- a/htl/tests/test-7.c
+++ b/htl/tests/test-7.c
@@ -1,5 +1,5 @@
/* Test Thread-Specific Data.
- Copyright (C) 2000-2019 Free Software Foundation, Inc.
+ Copyright (C) 2000-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/htl/tests/test-8.c b/htl/tests/test-8.c
index 24b2bdb..d7e547e 100644
--- a/htl/tests/test-8.c
+++ b/htl/tests/test-8.c
@@ -1,5 +1,5 @@
/* Test pthread_once.
- Copyright (C) 2000-2019 Free Software Foundation, Inc.
+ Copyright (C) 2000-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/htl/tests/test-9.c b/htl/tests/test-9.c
index 64ac2c2..5c3fe28 100644
--- a/htl/tests/test-9.c
+++ b/htl/tests/test-9.c
@@ -1,5 +1,5 @@
/* Test recursive mutexes.
- Copyright (C) 2000-2019 Free Software Foundation, Inc.
+ Copyright (C) 2000-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/htl/tests/test-__pthread_destroy_specific-skip.c b/htl/tests/test-__pthread_destroy_specific-skip.c
index e3ca859..6348f57 100644
--- a/htl/tests/test-__pthread_destroy_specific-skip.c
+++ b/htl/tests/test-__pthread_destroy_specific-skip.c
@@ -1,6 +1,6 @@
/* Check that __pthread_destroy_specific works correctly if it has to skip
unused slots.
- Copyright (C) 2000-2019 Free Software Foundation, Inc.
+ Copyright (C) 2000-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or