about summary refs log tree commit diff
path: root/sysdeps/x86_64/nptl/pthread_spin_init.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-06-11 21:33:32 -0700
committerRoland McGrath <roland@hack.frob.com>2014-06-11 21:33:32 -0700
commit14642b8511ed1d6ecfd326de8688853118308082 (patch)
treed07bc0da0c2a988b094dbe73b6b1df5e1296447a /sysdeps/x86_64/nptl/pthread_spin_init.c
parent31c44fea314ea227356b72c3ec29616b9692e39d (diff)
downloadglibc-14642b8511ed1d6ecfd326de8688853118308082.tar.gz
glibc-14642b8511ed1d6ecfd326de8688853118308082.tar.xz
glibc-14642b8511ed1d6ecfd326de8688853118308082.zip
Move x86_64 code out of nptl/ subdirectory.
Diffstat (limited to 'sysdeps/x86_64/nptl/pthread_spin_init.c')
-rw-r--r--sysdeps/x86_64/nptl/pthread_spin_init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/x86_64/nptl/pthread_spin_init.c b/sysdeps/x86_64/nptl/pthread_spin_init.c
new file mode 100644
index 0000000000..55696204c1
--- /dev/null
+++ b/sysdeps/x86_64/nptl/pthread_spin_init.c
@@ -0,0 +1 @@
+#include "../i386/pthread_spin_init.c"