diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-01-23 08:25:15 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-01-23 08:25:15 +0000 |
commit | 98e763d441c2896f407813bf36a5ae1c3c4a0369 (patch) | |
tree | 7faad93bc0aeba9bb107ab59d1c6c8e3cd5ae79c /libpthread/linuxthreads/manager.c | |
parent | f6a7ce04b503695f1a4aaf48fc81b227d0daf052 (diff) |
Just be a bit less different from latest glibc version in comments
and in the files where variables live.
Diffstat (limited to 'libpthread/linuxthreads/manager.c')
-rw-r--r-- | libpthread/linuxthreads/manager.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libpthread/linuxthreads/manager.c b/libpthread/linuxthreads/manager.c index ba4849d37..1b513ca92 100644 --- a/libpthread/linuxthreads/manager.c +++ b/libpthread/linuxthreads/manager.c @@ -56,10 +56,6 @@ struct pthread_handle_struct __pthread_handles[PTHREAD_THREADS_MAX] = /* For debugging purposes put the maximum number of threads in a variable. */ const int __linuxthreads_pthread_threads_max = PTHREAD_THREADS_MAX; -/* Put the size of the pthread_descr in a variable to make gdb happy. */ -const int __linuxthreads_pthread_sizeof_descr - = sizeof(struct _pthread_descr_struct); - /* Indicate whether at least one thread has a user-defined stack (if 1), or if all threads have stacks supplied by LinuxThreads (if 0). */ int __pthread_nonstandard_stacks; |