Implement new NPTL POSIX Threads ABI for HPPA.
commitbe0f2008ac41c83db39d1d1112c0392dbb8b18e9
authorCarlos O'Donell <carlos@systemhalted.org>
Tue, 8 Sep 2009 18:32:53 +0000 (8 14:32 -0400)
committerCarlos O'Donell <carlos@systemhalted.org>
Tue, 8 Sep 2009 18:32:53 +0000 (8 14:32 -0400)
tree369e7f528dc4d2a3619067da8cb90a66ea9723bb
parentf0e694490652893bd0957f8ded779133d883ebcd
Implement new NPTL POSIX Threads ABI for HPPA.

This version of the NPTL POSIX thread ABI for hppa does
not break backwards compatibility with the the old
Linuxthreads ABI, and is therefore suitable for release
by distributions.

sysdeps/unix/sysv/linux/hppa/
* internaltypes.h: New file.

sysdeps/unix/sysv/linux/hppa/nptl/
* pthreadP.h: New file.
* pthread.h: New file.
* pthread_cond_broadcast.c: New file.
* pthread_cond_destroy.c: New file.
* pthread_cond_init.c: New file.
* pthread_cond_signal.c: New file.
* pthread_cond_timedwait.c: New file.
* pthread_cond_wait.c: New file.
* bits/pthreadtypes.h: Make pthread_mutex_t,
pthread_rwlock_t, and pthread_cond_t backwards
compatible.
ChangeLog.hppa
sysdeps/unix/sysv/linux/hppa/internaltypes.h [new file with mode: 0644]
sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
sysdeps/unix/sysv/linux/hppa/nptl/pthread.h [new file with mode: 0644]
sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h [new file with mode: 0644]
sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c [new file with mode: 0644]