public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* [patch] alpha nptl fix
@ 2006-01-10  0:37 Richard Henderson
  2006-01-10  0:49 ` Ulrich Drepper
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Henderson @ 2006-01-10  0:37 UTC (permalink / raw)
  To: libc-hacker

The following appears to be needed after the recent changes to
this file.


r~


2006-01-09  Richard Henderson  <rth@redhat.com>

	* sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h (pthread_mutex_t):
	Name __data structure; use this for __next and __prev.

Index: nptl/sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h
===================================================================
RCS file: /cvs/glibc/libc/nptl/sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h,v
retrieving revision 1.10
diff -u -p -d -r1.10 pthreadtypes.h
--- nptl/sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h	27 Dec 2005 15:08:35 -0000	1.10
+++ nptl/sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h	9 Jan 2006 23:06:00 -0000
@@ -47,7 +47,7 @@ typedef union
    type is deliberately not exposed.  */
 typedef union __pthread_mutex_u
 {
-  struct
+  struct __pthread_mutex_s
   {
     int __lock;
     unsigned int __count;
@@ -57,8 +57,8 @@ typedef union __pthread_mutex_u
        binary compatibility.  */
     int __kind;
     int __spins;
-    union __pthread_mutex_u *__next;
-    union __pthread_mutex_u *__prev;
+    struct __pthread_mutex_s *__next;
+    struct __pthread_mutex_s *__prev;
 #define __PTHREAD_MUTEX_HAVE_PREV	1
   } __data;
   char __size[__SIZEOF_PTHREAD_MUTEX_T];

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [patch] alpha nptl fix
  2006-01-10  0:37 [patch] alpha nptl fix Richard Henderson
@ 2006-01-10  0:49 ` Ulrich Drepper
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Drepper @ 2006-01-10  0:49 UTC (permalink / raw)
  To: libc-hacker

[-- Attachment #1: Type: text/plain, Size: 214 bytes --]

Richard Henderson wrote:
> The following appears to be needed after the recent changes to
> this file.

Already done.

-- 
➧ Ulrich Drepper ➧ Red Hat, Inc. ➧ 444 Castro St ➧ Mountain View, CA ❖


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 251 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-01-10  0:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-10  0:37 [patch] alpha nptl fix Richard Henderson
2006-01-10  0:49 ` Ulrich Drepper

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).