diff options
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> |