diff options
Diffstat (limited to 'sysdeps/i386/pthread_spin_trylock.S')
-rw-r--r-- | sysdeps/i386/pthread_spin_trylock.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/i386/pthread_spin_trylock.S b/sysdeps/i386/pthread_spin_trylock.S index afa479dfab..36979bdd1d 100644 --- a/sysdeps/i386/pthread_spin_trylock.S +++ b/sysdeps/i386/pthread_spin_trylock.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2015 Free Software Foundation, Inc. +/* 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. |