glibc/nptl/sysdeps/unix/sysv/linux/sh
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
createthread.c Update. 2003-02-10 09:24:12 +00:00
fork.c Update. 2003-02-10 09:24:12 +00:00
libc-lowlevellock.S Update. 2003-03-10 23:42:41 +00:00
libc-lowlevelmutex.S Update. 2003-03-10 23:42:41 +00:00
lowlevel-atomic.h Update. 2003-02-10 09:24:12 +00:00
lowlevellock.h Update. 2003-03-07 18:37:10 +00:00
lowlevellock.S 2003-03-12 Roland McGrath <roland@redhat.com> 2003-03-12 10:28:07 +00:00
lowlevelmutex.S * pthread-errnos.sym: New file. 2003-03-12 10:30:26 +00:00
pt-initfini.c Update. 2003-02-10 09:24:12 +00:00
pt-vfork.S Update. 2003-02-10 09:24:12 +00:00
pthread_barrier_wait.S Update. 2003-03-11 05:52:12 +00:00
pthread_cond_broadcast.S Update. 2003-02-10 09:24:12 +00:00
pthread_cond_signal.S Update. 2003-02-10 09:24:12 +00:00
pthread_cond_timedwait.S 2003-03-12 Roland McGrath <roland@redhat.com> 2003-03-12 10:28:07 +00:00
pthread_cond_wait.S Update. 2003-02-10 09:24:12 +00:00
pthread_once.S Update. 2003-02-10 09:24:12 +00:00
pthread_rwlock_rdlock.S 2003-03-12 Roland McGrath <roland@redhat.com> 2003-03-12 10:28:07 +00:00
pthread_rwlock_timedrdlock.S 2003-03-12 Roland McGrath <roland@redhat.com> 2003-03-12 10:28:07 +00:00
pthread_rwlock_timedwrlock.S 2003-03-12 Roland McGrath <roland@redhat.com> 2003-03-12 10:28:07 +00:00
pthread_rwlock_unlock.S Update. 2003-02-10 09:24:12 +00:00
pthread_rwlock_wrlock.S 2003-03-12 Roland McGrath <roland@redhat.com> 2003-03-12 10:28:07 +00:00
sem_post.S 2003-03-12 Roland McGrath <roland@redhat.com> 2003-03-12 10:28:07 +00:00
sem_timedwait.S 2003-03-12 Roland McGrath <roland@redhat.com> 2003-03-12 10:28:07 +00:00
sem_trywait.S 2003-03-12 Roland McGrath <roland@redhat.com> 2003-03-12 10:28:07 +00:00
sem_wait.S * pthread-errnos.sym: New file. 2003-03-12 10:30:26 +00:00
sysdep-cancel.h 2003-03-14 Roland McGrath <roland@redhat.com> 2003-03-14 22:34:02 +00:00