From: Roland McGrath Date: Wed, 6 Oct 2004 22:15:18 +0000 (+0000) Subject: . X-Git-Tag: v4.5.18~503 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2803d102e80859ec6bf1b19e667bfa3868b8dded;p=strace . --- diff --git a/ChangeLog b/ChangeLog index e6c4086d..29432b59 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,14 @@ 2004-10-06 Roland McGrath + * resource.c (resources): Add RLIMIT_LOCKS, RLIMIT_SIGPENDING, + and RLIMIT_MSGQUEUE, if defined. + From Ulrich Drepper . + Fixes RH#133594. + * net.c [HAVE_SENDMSG] (printcmsghdr): New function. (printmsghdr): Use it. + From Ulrich Drepper . + Fixes RH#131689. * file.c (sprintmode): Add const to return type. (sprintfstype): Likewise.