summary refs log tree commit diff
path: root/ChangeLog
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 /ChangeLog
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 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 102e815b4d..dc5c337339 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,13 @@
 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.