* Versions.def: Add GLIBC_2.4 for libpthread.cvs/fedora-glibc-20051227T1426
commit1bcfb5a5eb1c25b64a329c1edf6bcfb440cdbc93
authorUlrich Drepper <drepper@redhat.com>
Tue, 27 Dec 2005 01:04:06 +0000 (27 01:04 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 27 Dec 2005 01:04:06 +0000 (27 01:04 +0000)
treeefa74fd1d0c2f6fccda616328a7b432ffdc6ba92
parent08f60b258ec9d9a24275831941a6f559eb26580e
* Versions.def: Add GLIBC_2.4 for libpthread.
31 files changed:
ChangeLog
Versions.def
nptl/ChangeLog
nptl/Makefile
nptl/Versions
nptl/descr.h
nptl/pthreadP.h
nptl/pthread_create.c
nptl/pthread_mutex_consistent.c [copied from nptl/pthread_mutexattr_gettype.c with 62% similarity]
nptl/pthread_mutex_init.c
nptl/pthread_mutex_lock.c
nptl/pthread_mutex_timedlock.c
nptl/pthread_mutex_trylock.c
nptl/pthread_mutex_unlock.c
nptl/pthread_mutexattr_getpshared.c
nptl/pthread_mutexattr_getrobust.c [copied from nptl/pthread_mutexattr_gettype.c with 72% similarity]
nptl/pthread_mutexattr_gettype.c
nptl/pthread_mutexattr_setpshared.c
nptl/pthread_mutexattr_setrobust.c [copied from nptl/pthread_mutexattr_setpshared.c with 60% similarity]
nptl/pthread_mutexattr_settype.c
nptl/sysdeps/pthread/pthread.h
nptl/sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h
nptl/sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h
nptl/tst-once3.c
nptl/tst-robust1.c [new file with mode: 0644]
nptl/tst-robust2.c [new file with mode: 0644]
nptl/tst-robust3.c [new file with mode: 0644]
nptl/tst-robust4.c [new file with mode: 0644]
nptl/tst-robust5.c [new file with mode: 0644]
nptl/tst-robust6.c [new file with mode: 0644]
nptl/tst-typesizes.c [new file with mode: 0644]