diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-08-31 07:34:24 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-08-31 07:34:24 +0000 |
commit | fbcc0996a825f961bf7669fa54b58027b0e663ec (patch) | |
tree | 75de2568086dce82039eaef60af17e19a00d4ef0 /ChangeLog | |
parent | b2fe29ddb550a0f8c6d92b6d4467dd8f0bc1f1c8 (diff) | |
download | glibc-fbcc0996a825f961bf7669fa54b58027b0e663ec.tar glibc-fbcc0996a825f961bf7669fa54b58027b0e663ec.tar.gz glibc-fbcc0996a825f961bf7669fa54b58027b0e663ec.tar.bz2 glibc-fbcc0996a825f961bf7669fa54b58027b0e663ec.zip |
Update.
2000-08-31 Ulrich Drepper <drepper@redhat.com>
* malloc/malloc.c (ptmalloc_init): Optimize a bit by not calling
__secure_getenv. Instead test __libc_enable_secure once.
* io/pwd.c (main): Provide a good example, use *_unlocked function.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2000-08-31 Ulrich Drepper <drepper@redhat.com> + + * malloc/malloc.c (ptmalloc_init): Optimize a bit by not calling + __secure_getenv. Instead test __libc_enable_secure once. + + * io/pwd.c (main): Provide a good example, use *_unlocked function. + 2000-08-30 Ulrich Drepper <drepper@redhat.com> * iconv/gconv_conf.c (insert_module): Take extra parameter to decide |