diff options
author | Torvald Riegel <triegel@redhat.com> | 2016-01-15 23:16:49 +0100 |
---|---|---|
committer | Torvald Riegel <triegel@redhat.com> | 2016-01-15 23:16:49 +0100 |
commit | 019bf21ca710faaf3fd365c8bb61e1607610057d (patch) | |
tree | a3370db95369f2e42d22aeccb30e53483af61351 /nptl/tst-barrier3.c | |
parent | 12c3bb770dd3ea11215baf23b385dbf297a2a85c (diff) | |
download | glibc-019bf21ca710faaf3fd365c8bb61e1607610057d.tar.gz glibc-019bf21ca710faaf3fd365c8bb61e1607610057d.tar.xz glibc-019bf21ca710faaf3fd365c8bb61e1607610057d.zip |
nptl: Add first-line description for barrier tests.
Diffstat (limited to 'nptl/tst-barrier3.c')
-rw-r--r-- | nptl/tst-barrier3.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/nptl/tst-barrier3.c b/nptl/tst-barrier3.c index 1b9295dad4..7abfa510cf 100644 --- a/nptl/tst-barrier3.c +++ b/nptl/tst-barrier3.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2002-2016 Free Software Foundation, Inc. +/* Test of POSIX barriers. + Copyright (C) 2002-2016 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. @@ -16,8 +17,6 @@ License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ -/* Test of POSIX barriers. */ - #include <pthread.h> #include <stdio.h> #include <stdlib.h> |