diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-01-13 16:21:04 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-01-13 16:21:04 -0500 |
commit | 8cf8ce1702c354a8266e3cfa6ab54c2467d1873f (patch) | |
tree | 53958660b9572ffd7f80a721317effeade16190e /ChangeLog | |
parent | a85b5cb4d4a5fc56e2b38638d270bf2daa67eb6c (diff) | |
download | glibc-8cf8ce1702c354a8266e3cfa6ab54c2467d1873f.tar glibc-8cf8ce1702c354a8266e3cfa6ab54c2467d1873f.tar.gz glibc-8cf8ce1702c354a8266e3cfa6ab54c2467d1873f.tar.bz2 glibc-8cf8ce1702c354a8266e3cfa6ab54c2467d1873f.zip |
Clean up PLT use for getrlimit64.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,9 @@ * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action in child fails because the descriptor is already closed. + * include/sys/resource.h: Add libc_hidden_proto for getrlimit64. + * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def. + * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise. [BZ #12397] * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing |