diff options
author | Jakub Jelinek <jakub@redhat.com> | 2004-11-20 09:56:34 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2004-11-20 09:56:34 +0000 |
commit | 7894035e1ce51595cd0bff5727ca0297295c527e (patch) | |
tree | b8d3c92ca2e24edf75d46829d2c181472d1ec21d /nptl/sysdeps | |
parent | cc579e4358c4347a8610be0aa8a7a6a3e3d2fe90 (diff) | |
download | glibc-7894035e1ce51595cd0bff5727ca0297295c527e.tar glibc-7894035e1ce51595cd0bff5727ca0297295c527e.tar.gz glibc-7894035e1ce51595cd0bff5727ca0297295c527e.tar.bz2 glibc-7894035e1ce51595cd0bff5727ca0297295c527e.zip |
Updated to fedora-glibc-20041120T0949
Diffstat (limited to 'nptl/sysdeps')
-rw-r--r-- | nptl/sysdeps/pthread/createthread.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nptl/sysdeps/pthread/createthread.c b/nptl/sysdeps/pthread/createthread.c index 25a2703ae1..03a0f1aa37 100644 --- a/nptl/sysdeps/pthread/createthread.c +++ b/nptl/sysdeps/pthread/createthread.c @@ -42,8 +42,6 @@ #ifndef TLS_MULTIPLE_THREADS_IN_TCB -/* Variable set to a nonzero value if more than one thread runs or ran. */ -int __pthread_multiple_threads attribute_hidden; /* Pointer to the corresponding variable in libc. */ int *__libc_multiple_threads_ptr attribute_hidden; #endif |