Re: [PATCH] Handle biarch get/setrlimit

2010-07-18 Thread Roland McGrath
That looks fine to me. Thanks, Roland -- This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first

[PATCH] Handle biarch get/setrlimit

2010-07-17 Thread Andreas Schwab
* resource.c (print_rlimit32) [POWERPC64 || X86_64]: Define. (sys_getrlimit, sys_setrlimit) [POWERPC64 || X86_64]: Use it. --- resource.c | 30 ++ 1 files changed, 30 insertions(+), 0 deletions(-) diff --git a/resource.c b/resource.c index 8274f3e..147638b 100644