public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Fix x86-64 linuxthreads
@ 2004-04-18  2:02 Jakub Jelinek
  2004-04-18  2:39 ` Ulrich Drepper
  0 siblings, 1 reply; 2+ messages in thread
From: Jakub Jelinek @ 2004-04-18  2:02 UTC (permalink / raw)
  To: Ulrich Drepper; +Cc: Glibc hackers

Hi!

2004-04-17  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/x86_64/tls.h [!__ASSEMBLER__]: Include tcb-offsets.h.

--- libc/linuxthreads/sysdeps/x86_64/tls.h.jj	2003-07-21 13:41:09.000000000 +0200
+++ libc/linuxthreads/sysdeps/x86_64/tls.h	2004-04-17 13:14:25.328365129 +0200
@@ -41,6 +41,9 @@ typedef struct
   void *self;		/* Pointer to the thread descriptor.  */
   int multiple_threads;
 } tcbhead_t;
+
+#else /* __ASSEMBLER__ */
+# include <tcb-offsets.h>
 #endif
 
	Jakub

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

* Re: [PATCH] Fix x86-64 linuxthreads
  2004-04-18  2:02 [PATCH] Fix x86-64 linuxthreads Jakub Jelinek
@ 2004-04-18  2:39 ` Ulrich Drepper
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Drepper @ 2004-04-18  2:39 UTC (permalink / raw)
  To: Jakub Jelinek; +Cc: Glibc hackers

Applied.

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

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

end of thread, other threads:[~2004-04-18  2:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-18  2:02 [PATCH] Fix x86-64 linuxthreads Jakub Jelinek
2004-04-18  2:39 ` 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).