aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2012-08-01 10:25:11 -0700
committerRoland McGrath <roland@hack.frob.com>2012-08-01 10:25:11 -0700
commit09c0ee5f8c2e52ff64347c39a586e8a23b9421e5 (patch)
treeaf4c6dff0a190939c50333f2d20c4cd1d4ec6b40 /ChangeLog
parent7e66ee5142deda977163d0a858c3d2883cae3f07 (diff)
downloadglibc-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--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7d65ba6459..cacc65cd46 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):