diff options
author | Roland McGrath <roland@hack.frob.com> | 2012-08-01 10:25:11 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-08-01 10:25:11 -0700 |
commit | 09c0ee5f8c2e52ff64347c39a586e8a23b9421e5 (patch) | |
tree | af4c6dff0a190939c50333f2d20c4cd1d4ec6b40 /ChangeLog | |
parent | 7e66ee5142deda977163d0a858c3d2883cae3f07 (diff) | |
download | glibc-09c0ee5f8c2e52ff64347c39a586e8a23b9421e5.tar glibc-09c0ee5f8c2e52ff64347c39a586e8a23b9421e5.tar.gz glibc-09c0ee5f8c2e52ff64347c39a586e8a23b9421e5.tar.bz2 glibc-09c0ee5f8c2e52ff64347c39a586e8a23b9421e5.zip |
BZ#14138: Move getrlimit (ugetrlimit) syscall to syscalls.list.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2012-08-01 Roland McGrath <roland@hack.frob.com> + + [BZ #14138] + * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line. + * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed. + * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed. + * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed. + + * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and + compat_symbol macros from <shlib-compat.h> rather than the underlying + default_symbol_version and symbol_version macros, so that DEFAULT + lines in shlib-versions are respected. + * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise. + 2012-08-01 Florian Weimer <fweimer@redhat.com> * posix/unistd.h (setuid, setreuid, seteuid, setresuid): |