OSDN Git Service

NPTL: rename __new_sem_* to sem_*
authorPeter S. Mazinger <ps.m@gmx.net>
Tue, 26 Apr 2011 21:47:17 +0000 (23:47 +0200)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 15 Jun 2012 12:00:43 +0000 (14:00 +0200)
commitf0a3d118ea5b5c4e945941cd7b1bb243f0878e43
treec56a15d2733ccb76f2f98c807972cd0473b12bed
parente7575150911d8ee230d17ab7c03864df24a8be07
NPTL: rename __new_sem_* to sem_*

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
18 files changed:
libpthread/nptl/sem_destroy.c
libpthread/nptl/sem_getvalue.c
libpthread/nptl/sem_init.c
libpthread/nptl/semaphoreP.h
libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S
libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S
libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S
libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c
libpthread/nptl/sysdeps/unix/sysv/linux/sem_post.c
libpthread/nptl/sysdeps/unix/sysv/linux/sem_trywait.c
libpthread/nptl/sysdeps/unix/sysv/linux/sem_wait.c
libpthread/nptl/sysdeps/unix/sysv/linux/sh/sem_post.S
libpthread/nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S
libpthread/nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S
libpthread/nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c
libpthread/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c
libpthread/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c
libpthread/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c