This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[COMMITTED PATCH] i386: Remove useless pthread_spin_{init,unlock} wrapper files.


These files served no purpose, as those were the next choices anyway.

	* nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
	* nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.

--- a/nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c
+++ /dev/null
@@ -1 +0,0 @@
-#include <nptl/sysdeps/i386/pthread_spin_init.c>
--- a/nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S
+++ /dev/null
@@ -1 +0,0 @@
-#include <nptl/sysdeps/i386/pthread_spin_unlock.S>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]