]> sourceware.org Git - glibc.git/commit
2006-03-02 Lior Balkohen <balkohen@gmail.com>
authorDaniel Jacobowitz <dan@codesourcery.com>
Fri, 3 Mar 2006 01:16:30 +0000 (01:16 +0000)
committerDaniel Jacobowitz <dan@codesourcery.com>
Fri, 3 Mar 2006 01:16:30 +0000 (01:16 +0000)
commit13d7881aeb813188d3da8ac11386d1cf88526f75
tree36cb4c4b25340d0c6e4fd4d64e97e2a537add696
parent73204807705263b5db2209783ca007112eda7265
2006-03-02  Lior Balkohen  <balkohen@gmail.com>

* sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
(__pthread_list_t, __pthread_slist_t): New typedefs.
(pthread_mutex_t): Replace __next and __prev fields with __list.
* sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_WAKE_OP,
FUTEX_OP_CLEAR_WAKE_IF_GT_ONE): Define.
(lll_futex_wake_unlock): Define.
(lll_robust_mutex_dead, lll_robust_mutex_trylock, lll_robust_mutex_lock,
lll_robust_mutex_cond_lock, lll_robust_mutex_timedlock,
lll_robust_mutex_unlock): New macros.
(__lll_robust_lock_wait, __lll_robust_timedlock_wait): New prototypes.
* sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: Use correct path to
vfork.S.
* sysdeps/unix/sysv/linux/mips/nptl/vfork.S: Likewise.
ChangeLog.mips
sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h
sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S
sysdeps/unix/sysv/linux/mips/nptl/vfork.S
This page took 0.080203 seconds and 5 git commands to generate.