]> git.ipfire.org Git - thirdparty/glibc.git/commit - nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S
Remove use of INTDEF/INTUSE in nptl
authorAndreas Schwab <schwab@linux-m68k.org>
Sat, 26 May 2012 20:16:19 +0000 (22:16 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Tue, 29 May 2012 22:45:53 +0000 (00:45 +0200)
commit4d17e68350bd8f61632ec6402701be49fb271a84
tree956044ab7054d7b8f0625318180473f139b74ca0
parent11ef492c80ce975220505da705edc6122563fd69
Remove use of INTDEF/INTUSE in nptl
31 files changed:
ChangeLog
nptl/nptl-init.c
nptl/pthreadP.h
nptl/pthread_getspecific.c
nptl/pthread_key_create.c
nptl/pthread_mutex_destroy.c
nptl/pthread_mutex_init.c
nptl/pthread_mutex_lock.c
nptl/pthread_mutex_unlock.c
nptl/pthread_once.c
nptl/pthread_rwlock_rdlock.c
nptl/pthread_rwlock_unlock.c
nptl/pthread_rwlock_wrlock.c
nptl/pthread_setspecific.c
nptl/sem_open.c
nptl/sem_unlink.c
nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S
nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S
nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S
nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S
nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c
nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c
nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S
nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S
nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S
nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S
nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c
nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S
nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S
nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S
nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S