summaryrefslogtreecommitdiff
path: root/linuxthreads/libc_pthread_init.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-12-28 22:19:04 +0000
committerUlrich Drepper <drepper@redhat.com>2002-12-28 22:19:04 +0000
commit3b7ed8712599efbecd92f4d68398fb7a593aef75 (patch)
treed8dea4cd2be3b50dd7706387988c3ddace21dd55 /linuxthreads/libc_pthread_init.c
parentb25a62a8a36541b12e8452224bb2e71f83ade815 (diff)
Update.
2002-12-28 Ulrich Drepper <drepper@redhat.com> * misc/sys/cdefs.h (__attribute_deprecated__): New #define.
Diffstat (limited to 'linuxthreads/libc_pthread_init.c')
-rw-r--r--linuxthreads/libc_pthread_init.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/linuxthreads/libc_pthread_init.c b/linuxthreads/libc_pthread_init.c
index c952b22d07..99213a2ff0 100644
--- a/linuxthreads/libc_pthread_init.c
+++ b/linuxthreads/libc_pthread_init.c
@@ -36,14 +36,6 @@ __libc_pthread_init (functions)
sizeof (__libc_pthread_functions));
#endif
-#ifdef MULTIPLE_THREADS_OFFSET
- /* We have a macro which is used in asm code describing data layout.
- Make sure it does not get out of date. */
- if (offsetof (struct _pthread_descr_struct, p_header.data.multiple_threads)
- != MULTIPLE_THREADS_OFFSET)
- abort ();
-#endif
-
#if !(USE_TLS && HAVE___THREAD)
/* Initialize thread-locale current locale to point to the global one.
With __thread support, the variable's initializer takes care of this. */