2003-03-01 Ulrich Drepper <drepper@redhat.com>
* descr.h (struct pthread): Move cleanup field to the front.
+2003-03-01 Ulrich Drepper <drepper@redhat.com>
+
+ * descr.h (struct pthread): Move cleanup field to the front.
+
2003-03-01 Roland McGrath <roland@redhat.com>
* sem_open.c (sem_open): Braino fix.
therefore stack) used' flag. */
pid_t tid;
+ /* List of cleanup buffers. */
+ struct _pthread_cleanup_buffer *cleanup;
+
/* Two-level array for the thread-specific data. */
struct pthread_key_data
{
/* Check whether a thread is detached. */
#define IS_DETACHED(pd) ((pd)->joinid == (pd))
- /* List of cleanup buffers. */
- struct _pthread_cleanup_buffer *cleanup;
/* Flags determining processing of cancellation. */
int cancelhandling;
/* Bit set if cancellation is disabled. */