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

This commit is contained in:
Roland McGrath 2014-05-14 10:53:52 -07:00
parent 4eaae76517
commit 4c68138bc4
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/x86_64/pthread_spin_init.c: File removed.
* nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
* nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
* sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
* nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...

View File

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

View File

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