diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-09-29 02:56:42 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-09-29 02:56:42 +0000 |
commit | e658b54e8e67c00063a0b549fa25b73d8e6d4076 (patch) | |
tree | 2c481b771c920873bdf6977faf071eafda5c39c5 /ChangeLog | |
parent | ee6c5330273edda1ab102ad780d1984aca055e77 (diff) | |
download | glibc-e658b54e8e67c00063a0b549fa25b73d8e6d4076.tar.gz glibc-e658b54e8e67c00063a0b549fa25b73d8e6d4076.tar.xz glibc-e658b54e8e67c00063a0b549fa25b73d8e6d4076.zip |
Update.
* stdio-common/tmpnam.c (tmpnam): Optimize a bit. * sysdeps/posix/getaddrinfo.c (gaih_local): Don't use tmpnam, use underlying functions directly.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index c90bf533a3..0f4efab5b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2000-09-28 Ulrich Drepper <drepper@redhat.com> + * stdio-common/tmpnam.c (tmpnam): Optimize a bit. + + * sysdeps/posix/getaddrinfo.c (gaih_local): Don't use tmpnam, use + underlying functions directly. + * sysdeps/unix/sysv/linux/bits/resource.h: Add RLIMIT_LOCKS. * sysdeps/unix/sysv/linux/arm/bits/resource.h: Likewise. * sysdeps/unix/sysv/linux/i386/bits/resource.h: Likewise. |