diff options
-rw-r--r-- | nptl/sysdeps/x86_64/pthread_spin_lock.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/sysdeps/x86_64/pthread_spin_lock.S b/nptl/sysdeps/x86_64/pthread_spin_lock.S index 5e3431c903..b2acb61562 100644 --- a/nptl/sysdeps/x86_64/pthread_spin_lock.S +++ b/nptl/sysdeps/x86_64/pthread_spin_lock.S @@ -16,7 +16,7 @@ <http://www.gnu.org/licenses/>. */ #include <lowlevellock.h> - + .globl pthread_spin_lock .type pthread_spin_lock,@function .align 16 |