summary refs log tree commit diff
path: root/sysdeps/generic
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-09-15 05:47:13 +0000
committerUlrich Drepper <drepper@redhat.com>2002-09-15 05:47:13 +0000
commit17dd9f90097c58323c3f1f2b87cda1783a2de6a8 (patch)
treed2ea6016d104ba066ac457333f5fde0f014dab4e /sysdeps/generic
parent608c5afdcc09b5082e58d4f2e11683ebe26cdf1b (diff)
downloadglibc-17dd9f90097c58323c3f1f2b87cda1783a2de6a8.tar.gz
glibc-17dd9f90097c58323c3f1f2b87cda1783a2de6a8.tar.xz
glibc-17dd9f90097c58323c3f1f2b87cda1783a2de6a8.zip
Update.
	* sysdeps/generic/libc-start.c (__libc_start_main): Remove bogus
	comment.

	* sysdeps/generic/libc-start.c (__libc_start_main): Remove dummy_addr.
Diffstat (limited to 'sysdeps/generic')
-rw-r--r--sysdeps/generic/libc-start.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/sysdeps/generic/libc-start.c b/sysdeps/generic/libc-start.c
index c619341e56..3c7f2fa639 100644
--- a/sysdeps/generic/libc-start.c
+++ b/sysdeps/generic/libc-start.c
@@ -145,12 +145,8 @@ BP_SYM (__libc_start_main) (int (*main) (int, char **, char **),
     }
 #ifdef HAVE_CANCELBUF
   else
-    {
-      /* XXX We should free the thread-specific data.  */
-
-      /* Not much left to do but to exit the thread, not the process.  */
-      __exit_thread (0);
-    }
+    /* Not much left to do but to exit the thread, not the process.  */
+    __exit_thread (0);
 #endif
 
   exit (result);