about summary refs log tree commit diff
path: root/sysdeps/sparc/sparc32/sparcv9
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2016-08-21 17:14:35 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2016-09-15 11:14:30 -0300
commit49ad334ab10671dabb40eda8beba887ef902f0f3 (patch)
tree2682a3e640507ea9d3089f6081e5290e25b76dcf /sysdeps/sparc/sparc32/sparcv9
parent91dd866ff1801b27e1db1e14a52eb89a213627e6 (diff)
downloadglibc-49ad334ab10671dabb40eda8beba887ef902f0f3.tar.gz
glibc-49ad334ab10671dabb40eda8beba887ef902f0f3.tar.xz
glibc-49ad334ab10671dabb40eda8beba887ef902f0f3.zip
nptl: Remove sparc sem_wait
This patch removes the sparc32 sem_wait.c implementation since it is
identical to default nptl one.  The sparcv9 is no longer required with
the removal.

Checked with a sparcv9 build.

	* sysdeps/sparc/sparc32/sem_wait.c: Remove file.
	* sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Likewise.
Diffstat (limited to 'sysdeps/sparc/sparc32/sparcv9')
-rw-r--r--sysdeps/sparc/sparc32/sparcv9/sem_wait.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/sparc/sparc32/sparcv9/sem_wait.c b/sysdeps/sparc/sparc32/sparcv9/sem_wait.c
deleted file mode 100644
index bccdaed92e..0000000000
--- a/sysdeps/sparc/sparc32/sparcv9/sem_wait.c
+++ /dev/null
@@ -1 +0,0 @@
-#include <nptl/sem_wait.c>