1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-05-20 16:33:46 +03:00
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
..
2003-06-22 23:55:27 +00:00
2003-07-08 21:08:13 +00:00
2003-01-29 00:39:03 +00:00
2003-06-16 05:29:24 +00:00
2003-01-28 10:42:28 +00:00
2003-06-16 05:29:24 +00:00
2002-11-26 22:50:54 +00:00
2003-06-01 04:09:55 +00:00
2002-11-26 22:50:54 +00:00
2003-07-08 21:08:13 +00:00
2003-03-18 01:56:11 +00:00
2003-06-17 08:58:31 +00:00