From: Ulrich Drepper Date: Thu, 2 Dec 1999 08:27:24 +0000 (+0000) Subject: Backward compatible Linux/Alpha getrlimit64 implementation. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c46d17e57b7ba1516d3b79a4e464d944f76d701b;p=thirdparty%2Fglibc.git Backward compatible Linux/Alpha getrlimit64 implementation. --- diff --git a/sysdeps/unix/sysv/linux/alpha/oldgetrlimit64.c b/sysdeps/unix/sysv/linux/alpha/oldgetrlimit64.c new file mode 100644 index 00000000000..9feab0e6b86 --- /dev/null +++ b/sysdeps/unix/sysv/linux/alpha/oldgetrlimit64.c @@ -0,0 +1 @@ +/* getrlimit64 is the same as getrlimit. */