glibc/nptl/sysdeps/unix/sysv/linux/x86_64
Ulrich Drepper da0c02eee1 Update.
2003-07-08  Jakub Jelinek  <jakub@redhat.com>

	* pthreadP.h (__pthread_unwind_next, __pthread_register_cancel,
	__pthread_unregister_cancel): Add prototypes and hidden_proto.
	* unwind.c (__pthread_unwind_next): Add hidden_def.
	* cleanup.c (__pthread_register_cancel, __pthread_unregister_cancel):
	Likewise.
	* sysdeps/unix/sysv/linux/i386/i486/sem_wait.S (__new_sem_wait):
	Use HIDDEN_JUMPTARGET to jump to __pthread_unwind.
	* sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S (sem_timedwait):
	Likewise.
	* sysdeps/unix/sysv/linux/x86_64/sem_wait.S (sem_wait): Likewise.
	* sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S (sem_timedwait):
	Likewise.
	* sysdeps/unix/sysv/linux/i386/pthread_once.S (__pthread_once): Use
	HIDDEN_JUMPTARGET to call __pthread_register_cancel,
	__pthread_unregister_cancel and __pthread_unwind_next.
2003-07-08 21:08:13 +00:00
..
bits POSIX options for Linux/x86-64 with nptl. 2003-06-25 05:26:47 +00:00
compat-timer.h
fork.c
libc-lowlevellock.S
libc-lowlevelmutex.S
lowlevellock.h Update. 2003-06-18 00:00:50 +00:00
lowlevellock.S
lowlevelmutex.S (__lll_mutex_lock_wait): Replace one memory operation with one register operation. 2003-05-30 17:49:37 +00:00
Makefile
pt-vfork.S
pthread_barrier_wait.S
pthread_cond_broadcast.S
pthread_cond_signal.S Update. 2003-05-27 04:24:31 +00:00
pthread_cond_timedwait.S Update. 2003-06-22 23:55:27 +00:00
pthread_cond_wait.S Update. 2003-06-22 23:55:27 +00:00
pthread_once.S Update. 2003-07-01 17:02:15 +00:00
pthread_rwlock_rdlock.S Update. 2003-06-05 19:31:57 +00:00
pthread_rwlock_timedrdlock.S Update. 2003-06-05 19:31:57 +00:00
pthread_rwlock_timedwrlock.S Update. 2003-06-05 19:31:57 +00:00
pthread_rwlock_unlock.S
pthread_rwlock_wrlock.S Update. 2003-06-05 19:31:57 +00:00
pthread_spin_init.c
pthread_spin_unlock.S
sem_post.S
sem_timedwait.S Update. 2003-07-08 21:08:13 +00:00
sem_trywait.S
sem_wait.S Update. 2003-07-08 21:08:13 +00:00
sysdep-cancel.h Update. 2003-06-17 08:58:31 +00:00
timer_create.c
timer_delete.c
timer_getoverr.c
timer_gettime.c
timer_settime.c
Versions