about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-03-02 07:49:51 +0000
committerUlrich Drepper <drepper@redhat.com>2003-03-02 07:49:51 +0000
commit78429f12311d5670b4c8715e5cb0586220914cb5 (patch)
tree5232dededb98e791d7f7353405ef9991d888d6a0
parentd1149385647013bdbb04553ddb85e2f003434ea5 (diff)
downloadglibc-78429f12311d5670b4c8715e5cb0586220914cb5.tar.gz
glibc-78429f12311d5670b4c8715e5cb0586220914cb5.tar.xz
glibc-78429f12311d5670b4c8715e5cb0586220914cb5.zip
Add CLEANUP and CLEANUP_PREV.
-rw-r--r--nptl/sysdeps/i386/tcb-offsets.sym6
1 files changed, 4 insertions, 2 deletions
diff --git a/nptl/sysdeps/i386/tcb-offsets.sym b/nptl/sysdeps/i386/tcb-offsets.sym
index d1d0a10ee2..5395235506 100644
--- a/nptl/sysdeps/i386/tcb-offsets.sym
+++ b/nptl/sysdeps/i386/tcb-offsets.sym
@@ -1,5 +1,7 @@
 #include <sysdep.h>
 #include <tls.h>
 
-MULTIPLE_THREADS_OFFSET		offsetof (tcbhead_t, multiple_threads)
-SYSINFO_OFFSET			offsetof (tcbhead_t, sysinfo)
+MULTIPLE_THREADS_OFFSET	offsetof (tcbhead_t, multiple_threads)
+SYSINFO_OFFSET		offsetof (tcbhead_t, sysinfo)
+CLEANUP			offsetof (struct pthread, cleanup)
+CLEANUP_PREV		offsetof (struct _pthread_cleanup_buffer, __prev)