Browse Source

sync with glibc

Mike Frysinger 18 years ago
parent
commit
0905fa4ce4
1 changed files with 2 additions and 3 deletions
  1. 2 3
      libpthread/linuxthreads.old_db/td_ta_new.c

+ 2 - 3
libpthread/linuxthreads.old_db/td_ta_new.c

@@ -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@cygnus.com>, 1999.
 
@@ -128,8 +128,7 @@ td_ta_new (struct ps_prochandle *ps, td_thragent_t **ta)
 	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.  */