From f0a3d118ea5b5c4e945941cd7b1bb243f0878e43 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Tue, 26 Apr 2011 23:47:17 +0200 Subject: NPTL: rename __new_sem_* to sem_* Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S') diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S b/libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S index b077a20ca..e548bd160 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/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 16 -__new_sem_post: +sem_post: cfi_startproc pushl %ebx cfi_adjust_cfa_offset(4) @@ -126,9 +126,7 @@ __new_sem_post: cfi_restore(%ebx) ret cfi_endproc - .size __new_sem_post,.-__new_sem_post -weak_alias(__new_sem_post, sem_post) - + .size sem_post,.-sem_post #ifdef __PIC__ .section .gnu.linkonce.t.__x86.get_pc_thunk.bx,"ax",@progbits -- cgit v1.2.3