glibc/nptl/sysdeps/unix/sysv/linux
Ulrich Drepper 86a9ee5e87 Update.
2003-03-18  Ulrich Drepper  <drepper@redhat.com>

	* pthread_condattr_getclock.c: New file.
	* pthread_condattr_setclock.c: New file.
	* sysdeps/pthread/pthread.h: Declare these new functions.
	* Versions [GLIBC_2.3.3] (libpthread): Add the new functions.
	* Makefile (libpthread-routines): Add the new functions.
	* sysdeps/unix/sysv/linux/internaltypes.h (struct pthread_condattr):
	Renamed field to value.  Document use of the bits.
	* pthread_condattr_getpshared.c: Adjust for struct pthread_condattr
	change.
	* pthread_condattr_setpshared.c: Likewise.
	* sysdeps/unix/sysv/linux/lowlevelcond.sym: Add cond_clock symbol.
	* sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h (pthread_cond_t):
	Add __clock field.
	* sysdeps/unix/sysv/linux/ia64/bits/pthreadtypes.h: Likewise.
	* sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Likewise.
	* sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Likewise.
	* sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Likewise.
	* sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
	Implement clock selection.
	* sysdeps/pthread/pthread_cond_timedwait.c: Likewise.
	* pthread-errnos.sym: Add ENOSYS.
	* sysdeps/unix/sysv/linux/bits/posix_opt.h: Define
	_POSIX_CLOCK_SELECTION.
	* sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Likewise.

	* sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove
	invalid .size directive.
2003-03-18 11:17:57 +00:00
..
bits Update. 2003-03-18 11:17:57 +00:00
i386 Update. 2003-03-18 11:17:57 +00:00
ia64 Update. 2003-03-18 11:17:57 +00:00
powerpc Update. 2003-03-18 11:17:57 +00:00
s390 Update. 2003-03-18 11:17:57 +00:00
sh Update. 2003-03-18 11:17:57 +00:00
x86_64 Update. 2003-03-18 11:17:57 +00:00
Implies
Makefile Update. 2003-03-13 01:51:12 +00:00
Versions Update. 2002-12-28 22:19:04 +00:00
allocrtsig.c Update. 2002-12-31 20:46:11 +00:00
configure
createthread.c Update. 2003-03-10 06:32:42 +00:00
fork.c 2003-03-13 Jakub Jelinek <jakub@redhat.com> 2003-03-13 21:00:18 +00:00
fork.h Update. 2002-12-31 21:10:07 +00:00
internaltypes.h Update. 2003-03-18 11:17:57 +00:00
jmp-unwind.c Update. 2003-03-15 09:51:22 +00:00
libc-lowlevellock.c 2003-03-17 Roland McGrath <roland@redhat.com> 2003-03-17 11:22:52 +00:00
libc-lowlevelmutex.c 2003-03-17 Roland McGrath <roland@redhat.com> 2003-03-17 11:22:52 +00:00
libc_multiple_threads.c Update. 2003-03-13 01:51:12 +00:00
libc_pthread_init.c Update. 2003-03-13 01:51:12 +00:00
lowlevelbarrier.sym Update. 2003-03-11 05:26:32 +00:00
lowlevelcond.sym Update. 2003-03-18 11:17:57 +00:00
lowlevellock.c Update. 2003-03-18 05:31:53 +00:00
lowlevelmutex.c PowerPC port contributed by Paul Mackerras <paulus@samba.org>. 2003-03-17 11:25:18 +00:00
lowlevelrwlock.sym Update. 2003-03-10 21:03:03 +00:00
pt-fork.c
pt-raise.c
pthread_kill.c Update. 2003-02-21 21:07:28 +00:00
pthread_yield.c
raise.c Update. 2003-01-09 04:19:03 +00:00
register-atfork.c Update. 2003-03-03 22:02:13 +00:00
sem_post.c 2003-03-17 Roland McGrath <roland@redhat.com> 2003-03-17 11:22:52 +00:00
sem_timedwait.c 2003-03-17 Roland McGrath <roland@redhat.com> 2003-03-17 11:22:52 +00:00
sem_trywait.c 2003-03-17 Roland McGrath <roland@redhat.com> 2003-03-17 11:22:52 +00:00
sem_wait.c PowerPC port contributed by Paul Mackerras <paulus@samba.org>. 2003-03-17 11:25:18 +00:00
unregister-atfork.c Update. 2003-02-13 07:14:38 +00:00