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]

libc/nptl ChangeLog sysdeps/unix/sysv/linux/al ...


CVSROOT:	/cvs/glibc
Module name:	libc
Branch: 	fedora-branch
Changes by:	jakub@sources.redhat.com	2006-02-13 08:21:21

Modified files:
	nptl           : ChangeLog 
	nptl/sysdeps/unix/sysv/linux/alpha/bits: pthreadtypes.h 
	nptl/sysdeps/unix/sysv/linux/ia64/bits: pthreadtypes.h 
	nptl/sysdeps/unix/sysv/linux/powerpc/bits: pthreadtypes.h 
	nptl/sysdeps/unix/sysv/linux/s390/bits: pthreadtypes.h 
	nptl/sysdeps/unix/sysv/linux/sh/bits: pthreadtypes.h 
	nptl/sysdeps/unix/sysv/linux/sparc/bits: pthreadtypes.h 

Log message:
	* sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h
	(__pthread_list_t): New typedef.
	(pthread_mutex_t): Replace __next and __prev fields with __list.
	* sysdeps/unix/sysv/linux/ia64/bits/pthreadtypes.h
	(__pthread_list_t): New typedef.
	(pthread_mutex_t): Replace __next and __prev fields with __list.
	* sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
	(__pthread_list_t, __pthread_slist_t): New typedefs.
	(pthread_mutex_t): Replace __next and __prev fields with __list.
	* sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
	(__pthread_list_t, __pthread_slist_t): New typedefs.
	(pthread_mutex_t): Replace __next and __prev fields with __list.
	* sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
	(__pthread_list_t, __pthread_slist_t): New typedefs.
	(pthread_mutex_t): Replace __next and __prev fields with __list.
	* sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
	(__pthread_slist_t): New typedef.
	(pthread_mutex_t): Replace __next field with __list.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/nptl/ChangeLog.diff?cvsroot=glibc&only_with_tag=fedora-branch&r1=1.706.2.76&r2=1.706.2.77
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/nptl/sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h.diff?cvsroot=glibc&only_with_tag=fedora-branch&r1=1.7.2.4&r2=1.7.2.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/nptl/sysdeps/unix/sysv/linux/ia64/bits/pthreadtypes.h.diff?cvsroot=glibc&only_with_tag=fedora-branch&r1=1.13.2.3&r2=1.13.2.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h.diff?cvsroot=glibc&only_with_tag=fedora-branch&r1=1.14.2.4&r2=1.14.2.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h.diff?cvsroot=glibc&only_with_tag=fedora-branch&r1=1.13.2.4&r2=1.13.2.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h.diff?cvsroot=glibc&only_with_tag=fedora-branch&r1=1.10.2.4&r2=1.10.2.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h.diff?cvsroot=glibc&only_with_tag=fedora-branch&r1=1.7.2.4&r2=1.7.2.5


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