diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-06-24 19:17:43 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-06-24 19:17:43 -0700 |
commit | 0d749bbebad48b4c673a29af03d5c5dd151881de (patch) | |
tree | 0248393d915b4501f300c31e2c6c21fe553f806d /sysdeps/i386/i686/pthread_spin_trylock.S | |
parent | 4060283decf711ed95a6c4993ffeaba39f8cd40a (diff) | |
download | glibc-0d749bbebad48b4c673a29af03d5c5dd151881de.tar.gz glibc-0d749bbebad48b4c673a29af03d5c5dd151881de.tar.xz glibc-0d749bbebad48b4c673a29af03d5c5dd151881de.zip |
x86: Consolidate unnecessary nptl/ subdirectories.
Diffstat (limited to 'sysdeps/i386/i686/pthread_spin_trylock.S')
-rw-r--r-- | sysdeps/i386/i686/pthread_spin_trylock.S | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/sysdeps/i386/i686/pthread_spin_trylock.S b/sysdeps/i386/i686/pthread_spin_trylock.S new file mode 100644 index 0000000000..79eed31752 --- /dev/null +++ b/sysdeps/i386/i686/pthread_spin_trylock.S @@ -0,0 +1,20 @@ +/* Copyright (C) 2002-2014 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ + +#define HAVE_CMOV 1 +#include <sysdeps/i386/i486/pthread_spin_trylock.S> |