Add CLEANUP and CLEANUP_PREV.
authorUlrich Drepper <drepper@redhat.com>
Sun, 2 Mar 2003 07:49:51 +0000 (07:49 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 2 Mar 2003 07:49:51 +0000 (07:49 +0000)
nptl/sysdeps/i386/tcb-offsets.sym

index d1d0a10..5395235 100644 (file)
@@ -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)