about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c1
-rw-r--r--nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S1
3 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 515cdc1197..02c09a28d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 ...
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>