about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-10-14 21:17:04 +0000
committerUlrich Drepper <drepper@redhat.com>2005-10-14 21:17:04 +0000
commitdaa226125cf9570ac726e21fc33d19101123a5c0 (patch)
treee22d77a8bf41e68b26f3e95b28c0f491ec63847f /ChangeLog
parent18b8e054cf34f78f100b74b37e54673730530249 (diff)
downloadglibc-daa226125cf9570ac726e21fc33d19101123a5c0.tar.gz
glibc-daa226125cf9570ac726e21fc33d19101123a5c0.tar.xz
glibc-daa226125cf9570ac726e21fc33d19101123a5c0.zip
* time/asctime.c (asctime_internal): Use __snprintf instead of
	snprintf to avoid PLT entry.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9f7733caaa..5276aba381 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-10-14  Ulrich Drepper  <drepper@redhat.com>
 
+	* time/asctime.c (asctime_internal): Use __snprintf instead of
+	snprintf to avoid PLT entry.
+
 	* sysdeps/unix/opendir.c (__opendir): Pass extra argument to
 	__alloc_dir.
 	(__alloc_dir): Only close descriptor on error if new parameter is true.