This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

ports ./ChangeLog.arm sysdeps/unix/sysv/linux/ ...


CVSROOT:	/cvs/glibc
Module name:	ports
Changes by:	drow@sources.redhat.com	2006-02-27 15:36:07

Modified files:
	.              : ChangeLog.arm 
	sysdeps/unix/sysv/linux/arm/nptl: lowlevellock.h 
	sysdeps/unix/sysv/linux/arm/nptl/bits: pthreadtypes.h 

Log message:
	* sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
	(struct __pthread_internal_slist): New.
	(union pthread_mutex_t): Give struct a tag.  Add __list
	in an anonymous union.
	(union pthread_cond_t): Use __extension__.
	* sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h
	(__lll_mutex_lock_outlined, __lll_mutex_timedlock_outlined): Remove
	prototypes.
	(lll_robust_mutex_dead, __lll_robust_mutex_trylock,
	lll_robust_mutex_trylock, __lll_robust_mutex_lock,
	lll_robust_mutex_lock, lll_robust_mutex_cond_lock,
	__lll_robust_mutex_timedlock, lll_robust_mutex_timedlock,
	__lll_robust_mutex_unlock, lll_robust_mutex_unlock): New.
	(__lll_robust_lock_wait, __lll_robust_timedlock_wait): New
	prototypes.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/ports/ChangeLog.arm.diff?cvsroot=glibc&r1=1.31&r2=1.32
http://sources.redhat.com/cgi-bin/cvsweb.cgi/ports/sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h.diff?cvsroot=glibc&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/ports/sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h.diff?cvsroot=glibc&r1=1.1&r2=1.2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]