[COMMITTED PATCH] x86_64: Remove useless pthread_spin_{init,unlock} wrapper files.
Roland McGrath
roland@hack.frob.com
Wed May 14 18:09:00 GMT 2014
These files served no purpose, as those were the next choices anyway.
* 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.
--- 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>
--- 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>
More information about the Libc-alpha
mailing list