summaryrefslogtreecommitdiff
path: root/libpthread/nptl/sysdeps/unix/sysv/linux/sh/sem_post.S
diff options
context:
space:
mode:
Diffstat (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux/sh/sem_post.S')
-rw-r--r--libpthread/nptl/sysdeps/unix/sysv/linux/sh/sem_post.S9
1 files changed, 4 insertions, 5 deletions
diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/sh/sem_post.S b/libpthread/nptl/sysdeps/unix/sysv/linux/sh/sem_post.S
index f71cd930d..09326e4a1 100644
--- a/libpthread/nptl/sysdeps/unix/sysv/linux/sh/sem_post.S
+++ b/libpthread/nptl/sysdeps/unix/sysv/linux/sh/sem_post.S
@@ -25,10 +25,10 @@
.text
- .globl __new_sem_post
- .type __new_sem_post,@function
+ .globl sem_post
+ .type sem_post,@function
.align 5
-__new_sem_post:
+sem_post:
mov.l @(VALUE,r4), r2
0:
mov.l .Lmax, r1
@@ -106,5 +106,4 @@ __new_sem_post:
.Lerrloc3:
.long __errno_location@PLT-(.Lerrloc3b-.)
#endif
- .size __new_sem_post,.-__new_sem_post
- weak_alias(__new_sem_post, sem_post)
+ .size sem_post,.-sem_post