diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-05-14 10:53:52 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-05-14 10:53:52 -0700 |
commit | 4c68138bc4f9ef602636767bb0373583b3556ba2 (patch) | |
tree | 27e743d5428f77e092a68c7bf410c7bb3d28eae6 /nptl | |
parent | 4eaae765170c09ba7738de0c7617b8847ae0ab82 (diff) | |
download | glibc-4c68138bc4f9ef602636767bb0373583b3556ba2.tar glibc-4c68138bc4f9ef602636767bb0373583b3556ba2.tar.gz glibc-4c68138bc4f9ef602636767bb0373583b3556ba2.tar.bz2 glibc-4c68138bc4f9ef602636767bb0373583b3556ba2.zip |
x86_64: Remove useless pthread_spin_{init,unlock} wrapper files.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c | 1 | ||||
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c b/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c deleted file mode 100644 index dc811787e5..0000000000 --- a/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c +++ /dev/null @@ -1 +0,0 @@ -#include <nptl/sysdeps/x86_64/pthread_spin_init.c> diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S b/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S deleted file mode 100644 index 7da1c75dcc..0000000000 --- a/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S +++ /dev/null @@ -1 +0,0 @@ -#include <nptl/sysdeps/x86_64/pthread_spin_unlock.S> |