i386: Remove useless pthread_spin_{init,unlock} wrapper files.

This commit is contained in:
Roland McGrath 2014-05-14 12:57:21 -07:00
parent c96067bce5
commit 708f08135d
3 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,8 @@
2014-05-14 Roland McGrath <roland@hack.frob.com>
* nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
* nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
* nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
* nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
* sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.

View File

@ -1 +0,0 @@
#include <nptl/sysdeps/i386/pthread_spin_init.c>

View File

@ -1 +0,0 @@
#include <nptl/sysdeps/i386/pthread_spin_unlock.S>