* sysdeps/generic/libc-start.c (__libc_start_main): Remove bogus
comment.
* sysdeps/generic/libc-start.c (__libc_start_main): Remove dummy_addr.
2002-09-14 Ulrich Drepper <drepper@redhat.com>
+ * sysdeps/generic/libc-start.c (__libc_start_main): Remove bogus
+ comment.
+
* test-skeleton.c (main): Provide more information in case waitpid
fails.
* include/unistd.h: Declare __exit_thread.
- * sysdeps/generic/libc-start.c: Remove dummy_addr.
+ * sysdeps/generic/libc-start.c (__libc_start_main): Remove dummy_addr.
Wrap call to main in setjmp if HAVE_CANCELBUF is defined.
* sysdeps/unix/sysv/linux/exit-thread.S: New file.
* sysdeps/unix/sysv/linux/_exit.c: New file.
}
#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);