diff options
author | Jakub Jelinek <jakub@redhat.com> | 2004-11-10 09:02:52 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2004-11-10 09:02:52 +0000 |
commit | 3504bb650f48534549bbd0313dc15fa71455e302 (patch) | |
tree | 742dd9cbcee1147fb36bcc02816bec415544597e /nptl/pthread_create.c | |
parent | cbf4bcd2b3d53de274548dbf4c28017d1f07d5b2 (diff) | |
download | glibc-3504bb650f48534549bbd0313dc15fa71455e302.tar glibc-3504bb650f48534549bbd0313dc15fa71455e302.tar.gz glibc-3504bb650f48534549bbd0313dc15fa71455e302.tar.bz2 glibc-3504bb650f48534549bbd0313dc15fa71455e302.zip |
Updated to fedora-glibc-20041110T0839
Diffstat (limited to 'nptl/pthread_create.c')
-rw-r--r-- | nptl/pthread_create.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nptl/pthread_create.c b/nptl/pthread_create.c index 7293f4c71c..82a3c683aa 100644 --- a/nptl/pthread_create.c +++ b/nptl/pthread_create.c @@ -222,9 +222,6 @@ __free_tcb (struct pthread *pd) static int start_thread (void *arg) { - /* One more thread. */ - atomic_increment (&__nptl_nthreads); - struct pthread *pd = (struct pthread *) arg; #if HP_TIMING_AVAIL |