glibc/nptl/sysdeps/unix/sysv/linux/x86_64
Ulrich Drepper 09402f5bc1 Update.
2003-03-25  Ulrich Drepper  <drepper@redhat.com>

	* csu/tst-atomic.c: Adjust tests to what atomic_add_negative and
	atomic_add_zero were supposed to do.
	* include/atomic.h: Adjust atomic_add_negative and atomic_add_zero
	to x86 behavior.

	* sysdeps/generic/bits/typesizes.h (__TIMER_T_TYPE): Define as void*.
	This matches the new timer implementation.
	* sysdeps/unix/sysv/linux/bits/siginfo.h (struct siginfo): Adjust
	timer info for what the kernel provides these days.
	(struct sigevent): Add _tid field.
	Define SIGEV_THREAD_ID.

	* Versions.def (librt): Add GLIBC_2.3.3.

	* abilist/libpthread.abilist: Update for nptl.
2003-03-25 20:41:26 +00:00
..
bits Update. 2003-03-18 18:56:16 +00:00
compat-timer.h Update. 2003-03-25 20:41:26 +00:00
fork.c Update. 2003-03-10 07:39:55 +00:00
libc-lowlevellock.S Update. 2003-03-11 22:02:29 +00:00
libc-lowlevelmutex.S Update. 2003-03-11 22:02:29 +00:00
lowlevellock.h (lll_unlock_wake_cb): Correct last patch. (__lll_timedwait_tid): Don't check abstime for NULL pointer. 2003-03-18 00:50:30 +00:00
lowlevellock.S (__lll_lock_wait): Remove jump prediction suffix. 2003-03-17 01:53:39 +00:00
lowlevelmutex.S (__lll_lock_wait): Remove jump prediction suffix. 2003-03-17 01:53:39 +00:00
Makefile Update. 2003-03-11 22:02:29 +00:00
pt-vfork.S
pthread_barrier_wait.S Update. 2003-03-15 07:54:39 +00:00
pthread_cond_broadcast.S Update. 2003-03-11 19:40:00 +00:00
pthread_cond_signal.S Update. 2003-03-12 05:45:00 +00:00
pthread_cond_timedwait.S Update. 2003-03-19 19:15:36 +00:00
pthread_cond_wait.S Update. 2003-03-18 18:56:16 +00:00
pthread_once.S Use 64-bit loading. 2003-03-15 09:59:21 +00:00
pthread_rwlock_rdlock.S Update. 2003-03-17 10:11:31 +00:00
pthread_rwlock_timedrdlock.S Update. 2003-03-16 08:09:26 +00:00
pthread_rwlock_timedwrlock.S Update. 2003-03-16 08:09:26 +00:00
pthread_rwlock_unlock.S Update. 2003-03-17 10:11:31 +00:00
pthread_rwlock_wrlock.S Update. 2003-03-17 10:11:31 +00:00
pthread_spin_init.c Add __builtin_expect where appropriate. 2003-03-18 00:31:30 +00:00
pthread_spin_unlock.S Add __builtin_expect where appropriate. 2003-03-18 00:31:30 +00:00
sem_post.S Update. 2003-03-13 01:51:12 +00:00
sem_timedwait.S Really use R12 and r13. 2003-03-16 03:49:51 +00:00
sem_trywait.S Update. 2003-03-13 01:51:12 +00:00
sem_wait.S Update. 2003-03-13 01:51:12 +00:00
sysdep-cancel.h Update. 2003-03-10 08:00:02 +00:00
timer_create.c Update. 2003-03-25 20:41:26 +00:00
timer_delete.c Update. 2003-03-25 20:41:26 +00:00
timer_getoverr.c Update. 2003-03-25 20:41:26 +00:00
timer_gettime.c Update. 2003-03-25 20:41:26 +00:00
timer_settime.c Update. 2003-03-25 20:41:26 +00:00
Versions Update. 2003-03-25 20:41:26 +00:00