about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/i386/getrlimit64.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2010-12-25 20:12:27 -0500
committerUlrich Drepper <drepper@gmail.com>2010-12-25 20:12:27 -0500
commit5bd6dc5c2c68fe98691db9b40f87d9b68ea9565b (patch)
treef8b2c77413125bf65c71b7a2e2aee0cd6577956f /sysdeps/unix/sysv/linux/i386/getrlimit64.c
parent9798346413d74dc9b3c64731807600b5ab9c1517 (diff)
downloadglibc-5bd6dc5c2c68fe98691db9b40f87d9b68ea9565b.tar.gz
glibc-5bd6dc5c2c68fe98691db9b40f87d9b68ea9565b.tar.xz
glibc-5bd6dc5c2c68fe98691db9b40f87d9b68ea9565b.zip
Use prlimit64 for 32-bit [gs]etrlimit64 implementation.
Diffstat (limited to 'sysdeps/unix/sysv/linux/i386/getrlimit64.c')
-rw-r--r--sysdeps/unix/sysv/linux/i386/getrlimit64.c4
1 files changed, 2 insertions, 2 deletions
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 <resource/getrlimit64.c>
+#include "../getrlimit64.c"
 
 #undef getrlimit64
 #include <shlib-compat.h>