[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r1605 - glibc-package/branches/glibc-2.4/debian/patches/any



Author: aurel32
Date: 2006-06-01 20:29:18 +0000 (Thu, 01 Jun 2006)
New Revision: 1605

Modified:
   glibc-package/branches/glibc-2.4/debian/patches/any/local-linuxthreads-sizefix.diff
Log:
Small fix for linuxthreads on 64-bit arches. Work at least on alpha, maybe on ia64 and ppc64.



Modified: glibc-package/branches/glibc-2.4/debian/patches/any/local-linuxthreads-sizefix.diff
===================================================================
--- glibc-package/branches/glibc-2.4/debian/patches/any/local-linuxthreads-sizefix.diff	2006-06-01 14:07:07 UTC (rev 1604)
+++ glibc-package/branches/glibc-2.4/debian/patches/any/local-linuxthreads-sizefix.diff	2006-06-01 20:29:18 UTC (rev 1605)
@@ -405,11 +405,12 @@
 ===================================================================
 --- glibc-2.4.orig/linuxthreads/sysdeps/pthread/bits/pthreadtypes.h	2006-03-11 01:05:57.000000000 -0500
 +++ glibc-2.4/linuxthreads/sysdeps/pthread/bits/pthreadtypes.h	2006-03-11 01:10:02.000000000 -0500
-@@ -149,4 +149,17 @@
+@@ -149,4 +149,18 @@
  /* Thread identifiers */
  typedef unsigned long int pthread_t;
  
 +#if __WORDSIZE == 64
++#define __PTHREAD_MUTEX_HAVE_PREV      1
 +typedef struct __pthread_internal_list
 +{
 +  struct __pthread_internal_list *__prev;



Reply to: