svn commit: trunk/uClibc/libpthread/linuxthreads.old_db

vapier at uclibc.org vapier at uclibc.org
Mon Nov 21 23:51:38 UTC 2005


Author: vapier
Date: 2005-11-21 15:51:37 -0800 (Mon, 21 Nov 2005)
New Revision: 12463

Log:
sync with glibc

Modified:
   trunk/uClibc/libpthread/linuxthreads.old_db/td_ta_new.c


Changeset:
Modified: trunk/uClibc/libpthread/linuxthreads.old_db/td_ta_new.c
===================================================================
--- trunk/uClibc/libpthread/linuxthreads.old_db/td_ta_new.c	2005-11-21 23:50:20 UTC (rev 12462)
+++ trunk/uClibc/libpthread/linuxthreads.old_db/td_ta_new.c	2005-11-21 23:51:37 UTC (rev 12463)
@@ -1,5 +1,5 @@
 /* Attach to target process.
-   Copyright (C) 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2001, 2002, 2003 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper at cygnus.com>, 1999.
 
@@ -128,8 +128,7 @@
 	goto free_return;
       /* Don't let bogons in the inferior make us mess ourselves.  */
       if ((*ta)->sizeof_descr > sizeof (struct _pthread_descr_struct))
-	  (*ta)->sizeof_descr = sizeof (struct _pthread_descr_struct);
-
+	(*ta)->sizeof_descr = sizeof (struct _pthread_descr_struct);
     }
 
   /* Now add the new agent descriptor to the list.  */




More information about the uClibc-cvs mailing list