Author: jim
Date: 2006-01-10 00:01:21 -0700 (Tue, 10 Jan 2006)
New Revision: 1334
Modified:
trunk/
trunk/glibc/glibc-20060109-pthreadtypes_fix-1.patch
Log:
[EMAIL PROTECTED]: jim | 2006-01-09 23:00:56 -0800
Fixed glibc-20060109-pthreadtypes_fix-1.patch
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- cc2644d5-6cf8-0310-b111-c40428001e49:/patches:1655
+ cc2644d5-6cf8-0310-b111-c40428001e49:/patches:1657
Modified: trunk/glibc/glibc-20060109-pthreadtypes_fix-1.patch
===================================================================
--- trunk/glibc/glibc-20060109-pthreadtypes_fix-1.patch 2006-01-10 05:18:48 UTC
(rev 1333)
+++ trunk/glibc/glibc-20060109-pthreadtypes_fix-1.patch 2006-01-10 07:01:21 UTC
(rev 1334)
@@ -72,7 +72,7 @@
+ union
+ {
+ int __spins;
-+ struct __pthread_mutex_u *__next;
++ struct __pthread_mutex_s *__next;
+ };
#endif
- int __spins;
@@ -133,7 +133,7 @@
{
int __spins;
- union __pthread_mutex_u *__next;
-+ struct __pthread_mutex_u *__next;
++ struct __pthread_mutex_s *__next;
};
#endif
} __data;
--
http://linuxfromscratch.org/mailman/listinfo/patches
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page