projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
946bd25
)
(MULTIPLE_THREADS_OFFSET): Adjust computation.
author
drepper
<drepper>
Sun, 12 Jan 2003 08:39:41 +0000
(08:39 +0000)
committer
drepper
<drepper>
Sun, 12 Jan 2003 08:39:41 +0000
(08:39 +0000)
linuxthreads/sysdeps/ia64/tcb-offsets.sym
patch
|
blob
|
history
diff --git
a/linuxthreads/sysdeps/ia64/tcb-offsets.sym
b/linuxthreads/sysdeps/ia64/tcb-offsets.sym
index
aee6be2
..
a1d199f
100644
(file)
--- a/
linuxthreads/sysdeps/ia64/tcb-offsets.sym
+++ b/
linuxthreads/sysdeps/ia64/tcb-offsets.sym
@@
-1,4
+1,4
@@
#include <sysdep.h>
#include <tls.h>
-MULTIPLE_THREADS_OFFSET
offsetof (tcbhead_t, multiple_threads
)
+MULTIPLE_THREADS_OFFSET
offsetof (struct _pthread_descr_struct, p_header.data.multiple_threads) - sizeof (struct _pthread_descr_struct
)