From 5bd6dc5c2c68fe98691db9b40f87d9b68ea9565b Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 25 Dec 2010 20:12:27 -0500 Subject: Use prlimit64 for 32-bit [gs]etrlimit64 implementation. --- sysdeps/unix/sysv/linux/i386/getrlimit64.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysdeps/unix/sysv/linux/i386') diff --git a/sysdeps/unix/sysv/linux/i386/getrlimit64.c b/sysdeps/unix/sysv/linux/i386/getrlimit64.c index 2ff175393c..00be3d6144 100644 --- a/sysdeps/unix/sysv/linux/i386/getrlimit64.c +++ b/sysdeps/unix/sysv/linux/i386/getrlimit64.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1999, 2000, 2005 Free Software Foundation, Inc. +/* Copyright (C) 1999, 2000, 2005, 2010 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -18,7 +18,7 @@ #define getrlimit64 __new_getrlimit64 -#include +#include "../getrlimit64.c" #undef getrlimit64 #include -- cgit 1.4.1