mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-27 23:40:10 +00:00
8323b1abc6
lll_private_futex_wake. * sysdeps/unix/sysv/linux/arm/check_pf.c: Update from generic version. * sysdeps/unix/sysv/linux/arm/eabi/nptl/unwind-forcedunwind.c (pthread_cancel_init): Add noinline and barriers. * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c (__lll_timedlock_wait): Update call to lll_futex_timed_wait. (__lll_timedwait_tid): Likewise. * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h (LLL_PRIVATE, LLL_SHARED): Define. (lll_futex_wait): Use lll_futex_timed_wait. (lll_futex_timed_wait, lll_futex_wake, lll_futex_wake_unlock): Take a PRIVATE argument. (lll_private_futex_wait, lll_private_futex_timed_wait, lll_private_futex_wake): New. (lll_robust_mutex_dead, __lll_mutex_lock, __lll_mutex_cond_lock, __lll_mutex_unlock, __lll_robust_mutex_unlock, __lll_mutex_unlock_force, lll_wait_tid): Update calls. * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c (clear_once_control, __pthread_once): Use private futexes. * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c (pthread_cancel_init): Add noinline and barriers. * sysdeps/unix/sysv/aix/bits/fcntl.h, sysdeps/unix/sysv/linux/am33/bits/fcntl.h, sysdeps/unix/sysv/linux/arm/bits/fcntl.h, sysdeps/unix/sysv/linux/cris/bits/fcntl.h, sysdeps/unix/sysv/linux/m68k/bits/fcntl.h, sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Comment fix. * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h (SEM_VALUE_MAX): Delete. * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h (SEM_VALUE_MAX): Delete.
20 lines
597 B
Plaintext
20 lines
597 B
Plaintext
2007-07-10 Daniel Jacobowitz <dan@codesourcery.com>
|
|
|
|
* sysdeps/unix/sysv/linux/cris/bits/fcntl.h: Comment fix.
|
|
|
|
2005-12-27 Roland McGrath <roland@redhat.com>
|
|
|
|
* sysdeps/cris/bits/setjmp.h (_JMPBUF_UNWINDS): Take third argument
|
|
DEMANGLE, and pass SP value through it.
|
|
|
|
2004-10-25 Roland McGrath <roland@frob.com>
|
|
|
|
* sysdeps/cris/configure.in: New file, with test moved out of main
|
|
libc configure.in file.
|
|
* sysdeps/cris/configure: New generated file.
|
|
|
|
2004-10-23 Roland McGrath <roland@frob.com>
|
|
|
|
* sysdeps/cris, sysdeps/unix/sysv/linux/cris: Moved here from main
|
|
libc source tree.
|