summaryrefslogtreecommitdiff
path: root/htl
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2019-01-01 00:11:28 +0000
committerJoseph Myers <joseph@codesourcery.com>2019-01-01 00:11:28 +0000
commit04277e02d7f54d3582bebcf8386b317018cd5e1d (patch)
tree13727789dcfa30b2ba85939f28ff909f4bff4925 /htl
parente740e5b1f0d786bdd95898b61c4a81f8f00bb063 (diff)
Update copyright dates with scripts/update-copyrights.
* All files with FSF copyright notices: Update copyright dates using scripts/update-copyrights. * locale/programs/charmap-kw.h: Regenerated. * locale/programs/locfile-kw.h: Likewise.
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 11c21df4d3..4d1b51cea9 100644
--- a/htl/Makefile
+++ b/htl/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 1994-2018 Free Software Foundation, Inc.
+# Copyright (C) 1994-2019 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 3b8e3144c4..25c6d216b4 100644
--- a/htl/alloca_cutoff.c
+++ b/htl/alloca_cutoff.c
@@ -1,5 +1,5 @@
/* Allocate a new thread structure.
- Copyright (C) 2015-2018 Free Software Foundation, Inc.
+ Copyright (C) 2015-2019 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 6b2db646fc..10cbc8e786 100644
--- a/htl/cthreads-compat.c
+++ b/htl/cthreads-compat.c
@@ -1,5 +1,5 @@
/* Compatibility routines for cthreads.
- Copyright (C) 2000-2018 Free Software Foundation, Inc.
+ Copyright (C) 2000-2019 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 cb36ae2cb7..165dda3990 100644
--- a/htl/forward.c
+++ b/htl/forward.c
@@ -1,5 +1,5 @@
/* Libc stubs for pthread functions. Hurd pthread version.
- Copyright (C) 2002-2018 Free Software Foundation, Inc.
+ Copyright (C) 2002-2019 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 b6e96827a5..6afefba4a1 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-2018 Free Software Foundation, Inc.
+ Copyright (C) 2002-2019 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 1d0ab88b13..83c0f1e672 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-2018 Free Software Foundation, Inc.
+ Copyright (C) 2000-2019 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 f87829fe78..dcf83176a0 100644
--- a/htl/pt-alloc.c
+++ b/htl/pt-alloc.c
@@ -1,5 +1,5 @@
/* Allocate a new thread structure.
- Copyright (C) 2000-2018 Free Software Foundation, Inc.
+ Copyright (C) 2000-2019 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 3ee8d8d7c6..cc23f1c794 100644
--- a/htl/pt-cancel.c
+++ b/htl/pt-cancel.c
@@ -1,5 +1,5 @@
/* Cancel a thread.
- Copyright (C) 2002-2018 Free Software Foundation, Inc.
+ Copyright (C) 2002-2019 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 1b860c7bf7..712d02b992 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-2018 Free Software Foundation, Inc.
+ Copyright (C) 2002-2019 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 a555c2f062..4f732001f8 100644
--- a/htl/pt-create.c
+++ b/htl/pt-create.c
@@ -1,5 +1,5 @@
/* Thread creation.
- Copyright (C) 2000-2018 Free Software Foundation, Inc.
+ Copyright (C) 2000-2019 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 c9a82aa1b9..643a4d6ad8 100644
--- a/htl/pt-dealloc.c
+++ b/htl/pt-dealloc.c
@@ -1,5 +1,5 @@
/* Deallocate a thread structure.
- Copyright (C) 2000-2018 Free Software Foundation, Inc.
+ Copyright (C) 2000-2019 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 40082c507f..429183001e 100644
--- a/htl/pt-detach.c
+++ b/htl/pt-detach.c
@@ -1,5 +1,5 @@
/* Detach a thread.
- Copyright (C) 2000-2018 Free Software Foundation, Inc.
+ Copyright (C) 2000-2019 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 cb62f474fa..b429a3f488 100644
--- a/htl/pt-exit.c
+++ b/htl/pt-exit.c
@@ -1,5 +1,5 @@
/* Thread termination.
- Copyright (C) 2000-2018 Free Software Foundation, Inc.
+ Copyright (C) 2000-2019 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 571630c015..7fb4a9f6e8 100644
--- a/htl/pt-getattr.c
+++ b/htl/pt-getattr.c
@@ -1,5 +1,5 @@
/* Thread attributes retrieval.
- Copyright (C) 2008-2018 Free Software Foundation, Inc.
+ Copyright (C) 2008-2019 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 3e530f4b72..08c9403446 100644
--- a/htl/pt-initialize.c
+++ b/htl/pt-initialize.c
@@ -1,5 +1,5 @@
/* Initialize pthreads library.
- Copyright (C) 2000-2018 Free Software Foundation, Inc.
+ Copyright (C) 2000-2019 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 a764fa283f..e7151e04f1 100644
--- a/htl/pt-internal.h
+++ b/htl/pt-internal.h
@@ -1,5 +1,5 @@
/* Internal defenitions for pthreads library.
- Copyright (C) 2000-2018 Free Software Foundation, Inc.
+ Copyright (C) 2000-2019 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 befa0da5bc..e10c3e00de 100644
--- a/htl/pt-join.c
+++ b/htl/pt-join.c
@@ -1,5 +1,5 @@
/* Wait for thread termination.
- Copyright (C) 2000-2018 Free Software Foundation, Inc.
+ Copyright (C) 2000-2019 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 0e224a1630..bb79a9dbba 100644
--- a/htl/pt-self.c
+++ b/htl/pt-self.c
@@ -1,5 +1,5 @@
/* Get calling thread's ID.
- Copyright (C) 2000-2018 Free Software Foundation, Inc.
+ Copyright (C) 2000-2019 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 b42b0eca7c..5b57cb20b9 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-2018 Free Software Foundation, Inc.
+ Copyright (C) 2002-2019 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 95332acc44..c777ae16e3 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-2018 Free Software Foundation, Inc.
+ Copyright (C) 2002-2019 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 aa73533186..f59e83fa6c 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-2018 Free Software Foundation, Inc.
+ Copyright (C) 2000-2019 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 5de82bd556..8ca20a2c1e 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-2018 Free Software Foundation, Inc.
+ Copyright (C) 2000-2019 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 116a3076dd..8809d73916 100644
--- a/htl/pt-testcancel.c
+++ b/htl/pt-testcancel.c
@@ -1,5 +1,5 @@
/* Add an explicit cancelation point.
- Copyright (C) 2002-2018 Free Software Foundation, Inc.
+ Copyright (C) 2002-2019 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 1d2fabb52d..c88dac08ea 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-2018 Free Software Foundation, Inc.
+ Copyright (C) 2010-2019 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 67c1e0a552..4fd2525c2e 100644
--- a/htl/tests/test-1.c
+++ b/htl/tests/test-1.c
@@ -1,5 +1,5 @@
/* Test mutexes.
- Copyright (C) 2000-2018 Free Software Foundation, Inc.
+ Copyright (C) 2000-2019 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 4fa2acb2f5..0aa3013233 100644
--- a/htl/tests/test-10.c
+++ b/htl/tests/test-10.c
@@ -1,5 +1,5 @@
/* Test error checking mutexes.
- Copyright (C) 2000-2018 Free Software Foundation, Inc.
+ Copyright (C) 2000-2019 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 8cce67b11b..5261d9786b 100644
--- a/htl/tests/test-11.c
+++ b/htl/tests/test-11.c
@@ -1,5 +1,5 @@
/* Test rwlocks.
- Copyright (C) 2000-2018 Free Software Foundation, Inc.
+ Copyright (C) 2000-2019 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 1a01bb574a..adf8ff5ff7 100644
--- a/htl/tests/test-12.c
+++ b/htl/tests/test-12.c
@@ -1,5 +1,5 @@
/* Test concurrency level.
- Copyright (C) 2000-2018 Free Software Foundation, Inc.
+ Copyright (C) 2000-2019 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 aa3b84312e..ffff25e8d3 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-2018 Free Software Foundation, Inc.
+ Copyright (C) 2000-2019 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 8ccb862622..2cb317e26a 100644
--- a/htl/tests/test-14.c
+++ b/htl/tests/test-14.c
@@ -1,5 +1,5 @@
/* Test pthread_mutex_timedlock.
- Copyright (C) 2000-2018 Free Software Foundation, Inc.
+ Copyright (C) 2000-2019 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 75df363372..8c35d0ad5f 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-2018 Free Software Foundation, Inc.
+ Copyright (C) 2000-2019 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 985de23c94..237c56cc0d 100644
--- a/htl/tests/test-16.c
+++ b/htl/tests/test-16.c
@@ -1,5 +1,5 @@
/* Test pthread_kill.c.
- Copyright (C) 2000-2018 Free Software Foundation, Inc.
+ Copyright (C) 2000-2019 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 ef525612ee..2b51f38bd9 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-2018 Free Software Foundation, Inc.
+ Copyright (C) 2000-2019 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 c976ec46cd..5f3906c73d 100644
--- a/htl/tests/test-2.c
+++ b/htl/tests/test-2.c
@@ -1,5 +1,5 @@
/* Test detachability.
- Copyright (C) 2000-2018 Free Software Foundation, Inc.
+ Copyright (C) 2000-2019 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 7e04f6e31f..8f4c18ef29 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-2018 Free Software Foundation, Inc.
+ Copyright (C) 2000-2019 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 e6e06aacf4..b3deff56fd 100644
--- a/htl/tests/test-4.c
+++ b/htl/tests/test-4.c
@@ -1,5 +1,5 @@
/* Test the stack guard.
- Copyright (C) 2000-2018 Free Software Foundation, Inc.
+ Copyright (C) 2000-2019 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 c2fea43ece..8a62cb24dc 100644
--- a/htl/tests/test-5.c
+++ b/htl/tests/test-5.c
@@ -1,5 +1,5 @@
/* Test signals.
- Copyright (C) 2000-2018 Free Software Foundation, Inc.
+ Copyright (C) 2000-2019 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 b6b4572631..02aa407400 100644
--- a/htl/tests/test-6.c
+++ b/htl/tests/test-6.c
@@ -1,5 +1,5 @@
/* Test barriers.
- Copyright (C) 2000-2018 Free Software Foundation, Inc.
+ Copyright (C) 2000-2019 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 7daabca318..0993e39962 100644
--- a/htl/tests/test-7.c
+++ b/htl/tests/test-7.c
@@ -1,5 +1,5 @@
/* Test Thread-Specific Data.
- Copyright (C) 2000-2018 Free Software Foundation, Inc.
+ Copyright (C) 2000-2019 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 7e7a5cb25f..0cc683774c 100644
--- a/htl/tests/test-8.c
+++ b/htl/tests/test-8.c
@@ -1,5 +1,5 @@
/* Test pthread_once.
- Copyright (C) 2000-2018 Free Software Foundation, Inc.
+ Copyright (C) 2000-2019 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 ac86c5d7db..20acc38b6c 100644
--- a/htl/tests/test-9.c
+++ b/htl/tests/test-9.c
@@ -1,5 +1,5 @@
/* Test recursive mutexes.
- Copyright (C) 2000-2018 Free Software Foundation, Inc.
+ Copyright (C) 2000-2019 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 608f62facf..a1f70a47df 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-2018 Free Software Foundation, Inc.
+ Copyright (C) 2000-2019 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