diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-03-02 07:49:51 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-03-02 07:49:51 +0000 |
commit | 78429f12311d5670b4c8715e5cb0586220914cb5 (patch) | |
tree | 5232dededb98e791d7f7353405ef9991d888d6a0 | |
parent | d1149385647013bdbb04553ddb85e2f003434ea5 (diff) | |
download | glibc-78429f12311d5670b4c8715e5cb0586220914cb5.tar glibc-78429f12311d5670b4c8715e5cb0586220914cb5.tar.gz glibc-78429f12311d5670b4c8715e5cb0586220914cb5.tar.bz2 glibc-78429f12311d5670b4c8715e5cb0586220914cb5.zip |
Add CLEANUP and CLEANUP_PREV.
-rw-r--r-- | nptl/sysdeps/i386/tcb-offsets.sym | 6 |
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) |