From 78429f12311d5670b4c8715e5cb0586220914cb5 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 2 Mar 2003 07:49:51 +0000 Subject: [PATCH] Add CLEANUP and CLEANUP_PREV. --- nptl/sysdeps/i386/tcb-offsets.sym | 6 ++++-- 1 file 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 #include -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)