From 3b7ed8712599efbecd92f4d68398fb7a593aef75 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 28 Dec 2002 22:19:04 +0000 Subject: Update. 2002-12-28 Ulrich Drepper * misc/sys/cdefs.h (__attribute_deprecated__): New #define. --- linuxthreads/pthread.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'linuxthreads/pthread.c') diff --git a/linuxthreads/pthread.c b/linuxthreads/pthread.c index 6bd9de9..5cc5146 100644 --- a/linuxthreads/pthread.c +++ b/linuxthreads/pthread.c @@ -558,11 +558,6 @@ int __pthread_initialize_manager(void) __pthread_multiple_threads = 1; __pthread_main_thread->p_header.data.multiple_threads = 1; * __libc_multiple_threads_ptr = 1; -#ifdef MULTIPLE_THREADS_OFFSET - if (offsetof(struct _pthread_descr_struct, p_header.data.multiple_threads) - != MULTIPLE_THREADS_OFFSET) - abort (); -#endif #ifndef HAVE_Z_NODELETE if (__builtin_expect (&__dso_handle != NULL, 1)) -- cgit v1.1