]> granicus.if.org Git - strace/commitdiff
.
authorRoland McGrath <roland@redhat.com>
Wed, 6 Oct 2004 22:15:18 +0000 (22:15 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 6 Oct 2004 22:15:18 +0000 (22:15 +0000)
ChangeLog

index e6c4086d50eed08497f9929e5a65546b8a707711..29432b59e6b90d51ade4bfa78ece5ece7ac1c168 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,14 @@
 2004-10-06  Roland McGrath  <roland@redhat.com>
 
+       * resource.c (resources): Add RLIMIT_LOCKS, RLIMIT_SIGPENDING,
+       and RLIMIT_MSGQUEUE, if defined.
+       From Ulrich Drepper <drepper@redhat.com>.
+       Fixes RH#133594.
+
        * net.c [HAVE_SENDMSG] (printcmsghdr): New function.
        (printmsghdr): Use it.
+       From Ulrich Drepper <drepper@redhat.com>.
+       Fixes RH#131689.
 
        * file.c (sprintmode): Add const to return type.
        (sprintfstype): Likewise.