summaryrefslogtreecommitdiff
path: root/libpthread/nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S
diff options
context:
space:
mode:
Diffstat (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S')
-rw-r--r--libpthread/nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S9
1 files changed, 4 insertions, 5 deletions
diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S b/libpthread/nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S
index b46eb1a56..d3f8bfc53 100644
--- a/libpthread/nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S
+++ b/libpthread/nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S
@@ -24,10 +24,10 @@
.text
- .globl __new_sem_trywait
- .type __new_sem_trywait,@function
+ .globl sem_trywait
+ .type sem_trywait,@function
.align 5
-__new_sem_trywait:
+sem_trywait:
mov.l r12, @-r15
mov.l r8, @-r15
sts.l pr, @-r15
@@ -86,5 +86,4 @@ __new_sem_trywait:
.Lerrloc1:
.long __errno_location@PLT-(.Lerrloc1b-.)
#endif
- .size __new_sem_trywait,.-__new_sem_trywait
- weak_alias(__new_sem_trywait, sem_trywait)
+ .size sem_trywait,.-sem_trywait