diff options
Diffstat (limited to 'nptl/tst-barrier4.c')
-rw-r--r-- | nptl/tst-barrier4.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nptl/tst-barrier4.c b/nptl/tst-barrier4.c index d3d32099f5..81dbf84824 100644 --- a/nptl/tst-barrier4.c +++ b/nptl/tst-barrier4.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2004-2016 Free Software Foundation, Inc. +/* This tests destruction of a barrier right after waiting on it. + Copyright (C) 2004-2016 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@redhat.com>, 2004. @@ -16,7 +17,6 @@ License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ -/* This tests destruction of a barrier right after waiting on it. */ #include <errno.h> #include <pthread.h> #include <stdio.h> |