diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-10-14 21:17:04 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-10-14 21:17:04 +0000 |
commit | daa226125cf9570ac726e21fc33d19101123a5c0 (patch) | |
tree | e22d77a8bf41e68b26f3e95b28c0f491ec63847f /ChangeLog | |
parent | 18b8e054cf34f78f100b74b37e54673730530249 (diff) | |
download | glibc-daa226125cf9570ac726e21fc33d19101123a5c0.zip glibc-daa226125cf9570ac726e21fc33d19101123a5c0.tar.gz glibc-daa226125cf9570ac726e21fc33d19101123a5c0.tar.bz2 |
* time/asctime.c (asctime_internal): Use __snprintf instead of
snprintf to avoid PLT entry.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |