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-barrier2.c | |
parent | 12c3bb770dd3ea11215baf23b385dbf297a2a85c (diff) | |
download | glibc-019bf21ca710faaf3fd365c8bb61e1607610057d.tar glibc-019bf21ca710faaf3fd365c8bb61e1607610057d.tar.gz glibc-019bf21ca710faaf3fd365c8bb61e1607610057d.tar.bz2 glibc-019bf21ca710faaf3fd365c8bb61e1607610057d.zip |
nptl: Add first-line description for barrier tests.
Diffstat (limited to 'nptl/tst-barrier2.c')
-rw-r--r-- | nptl/tst-barrier2.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nptl/tst-barrier2.c b/nptl/tst-barrier2.c index d793722993..cc82fbfca6 100644 --- a/nptl/tst-barrier2.c +++ b/nptl/tst-barrier2.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2002-2016 Free Software Foundation, Inc. +/* Tests process-shared 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. |