diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-06-11 21:33:32 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-06-11 21:33:32 -0700 |
commit | 14642b8511ed1d6ecfd326de8688853118308082 (patch) | |
tree | d07bc0da0c2a988b094dbe73b6b1df5e1296447a /nptl/sysdeps/x86_64/pthread_spin_init.c | |
parent | 31c44fea314ea227356b72c3ec29616b9692e39d (diff) | |
download | glibc-14642b8511ed1d6ecfd326de8688853118308082.tar glibc-14642b8511ed1d6ecfd326de8688853118308082.tar.gz glibc-14642b8511ed1d6ecfd326de8688853118308082.tar.bz2 glibc-14642b8511ed1d6ecfd326de8688853118308082.zip |
Move x86_64 code out of nptl/ subdirectory.
Diffstat (limited to 'nptl/sysdeps/x86_64/pthread_spin_init.c')
-rw-r--r-- | nptl/sysdeps/x86_64/pthread_spin_init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nptl/sysdeps/x86_64/pthread_spin_init.c b/nptl/sysdeps/x86_64/pthread_spin_init.c deleted file mode 100644 index 55696204c1..0000000000 --- a/nptl/sysdeps/x86_64/pthread_spin_init.c +++ /dev/null @@ -1 +0,0 @@ -#include "../i386/pthread_spin_init.c" |