Add CLEANUP and CLEANUP_PREV.

This commit is contained in:
Ulrich Drepper 2003-03-02 07:49:51 +00:00
parent d114938564
commit 78429f1231
1 changed files with 4 additions and 2 deletions

View 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)