diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-01-08 17:21:48 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-01-08 17:21:48 +0000 |
commit | cf1bb6d5c03ea7e3b3e02e8a427e0c504a17d44b (patch) | |
tree | 6444fa7f58ee19258ec7c0899c9155f5f82ec876 /ChangeLog | |
parent | 1950ebc6cb9f699db2cb62b3a203e95d6e1f5e65 (diff) | |
download | glibc-cf1bb6d5c03ea7e3b3e02e8a427e0c504a17d44b.tar.gz glibc-cf1bb6d5c03ea7e3b3e02e8a427e0c504a17d44b.tar.xz glibc-cf1bb6d5c03ea7e3b3e02e8a427e0c504a17d44b.zip |
Update.
* malloc/memusage.c (me): Use access() to determine whether we should write the output file or not.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 593786368f..0b16263f61 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-01-08 Ulrich Drepper <drepper@redhat.com> + * malloc/memusage.c (me): Use access() to determine whether we + should write the output file or not. + * libio/bits/stdio.h (printf): Define macro to map printf call to fprintf which gcc can optimize. * stdio-common/printf.c: Undefine printf. |