From 98e763d441c2896f407813bf36a5ae1c3c4a0369 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 23 Jan 2003 08:25:15 +0000 Subject: Just be a bit less different from latest glibc version in comments and in the files where variables live. --- libpthread/linuxthreads/pthread.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libpthread/linuxthreads/pthread.c') diff --git a/libpthread/linuxthreads/pthread.c b/libpthread/linuxthreads/pthread.c index ace6ac9eb..42127d03e 100644 --- a/libpthread/linuxthreads/pthread.c +++ b/libpthread/linuxthreads/pthread.c @@ -193,6 +193,9 @@ const int __pthread_offsetof_descr = offsetof(struct pthread_handle_struct, h_descr); const int __pthread_offsetof_pid = offsetof(struct _pthread_descr_struct, p_pid); +const int __linuxthreads_pthread_sizeof_descr + = sizeof(struct _pthread_descr_struct); + /* Forward declarations */ -- cgit v1.2.3