Author: jim
Date: 2006-01-10 00:18:20 -0700 (Tue, 10 Jan 2006)
New Revision: 1335
Modified:
trunk/
trunk/glibc/glibc-20060109-pthreadtypes_fix-1.patch
Log:
[EMAIL PROTECTED]: jim | 2006-01-09 23:18:05 -0800
Updates to experimental patch glibc-20060109-pthreadtypes_fix-1.patch
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- cc2644d5-6cf8-0310-b111-c40428001e49:/patches:1657
+ cc2644d5-6cf8-0310-b111-c40428001e49:/patches:1659
Modified: trunk/glibc/glibc-20060109-pthreadtypes_fix-1.patch
===================================================================
--- trunk/glibc/glibc-20060109-pthreadtypes_fix-1.patch 2006-01-10 07:01:21 UTC
(rev 1334)
+++ trunk/glibc/glibc-20060109-pthreadtypes_fix-1.patch 2006-01-10 07:18:20 UTC
(rev 1335)
@@ -64,8 +64,8 @@
-#if _MIPS_SIM != _ABI64
+#if _MIPS_SIM == _ABI64
+ int __spins;
-+ struct __pthread_mutex_u *__next;
-+ struct __pthread_mutex_u *__prev;
++ struct __pthread_mutex_s *__next;
++ struct __pthread_mutex_s *__prev;
+# define __PTHREAD_MUTEX_HAVE_PREV 1
+#else
unsigned int __nusers;
@@ -124,8 +124,8 @@
int __spins;
- union __pthread_mutex_u *__next;
- union __pthread_mutex_u *__prev;
-+ struct __pthread_mutex_u *__next;
-+ struct __pthread_mutex_u *__prev;
++ struct __pthread_mutex_s *__next;
++ struct __pthread_mutex_s *__prev;
# define __PTHREAD_MUTEX_HAVE_PREV 1
#else
unsigned int __nusers;
--
http://linuxfromscratch.org/mailman/listinfo/patches
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page