about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-08-11 09:25:47 +0000
committerUlrich Drepper <drepper@redhat.com>2001-08-11 09:25:47 +0000
commit541587c87986ed163d8eb60040149f5fac05e6d3 (patch)
treee7806aedd1e331cbd0af9b6ffa976496d616ba0f /ChangeLog
parent67c94753e3f2ec372483cd41fbcc1bcdc04053fb (diff)
downloadglibc-541587c87986ed163d8eb60040149f5fac05e6d3.tar.gz
glibc-541587c87986ed163d8eb60040149f5fac05e6d3.tar.xz
glibc-541587c87986ed163d8eb60040149f5fac05e6d3.zip
Update.
	* assert/assert.c (set_progname): Removed.
	(__assert_fail): Use __progname instead of __assert_program_name.
	* assert/assert-perr.c (__assert_perror_fail): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fdf3acccd8..0868e12443 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2001-08-11  Ulrich Drepper  <drepper@redhat.com>
 
+	* assert/assert.c (set_progname): Removed.
+	(__assert_fail): Use __progname instead of __assert_program_name.
+	* assert/assert-perr.c (__assert_perror_fail): Likewise.
+
 	* malloc/malloc.c (ptmalloc_init): Don't call getenv five times.
 	Instead use new function next_env_entry which iterates over the
 	environment once.