From: Ulrich Drepper Date: Thu, 2 Dec 1999 08:18:09 +0000 (+0000) Subject: Backwared compatible Linux/Alpha getrlimit64 implementation. X-Git-Tag: glibc-2.16-ports-before-merge~2795 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fce334577e78cb053eb06e08ffa2736be013dd80;p=thirdparty%2Fglibc.git Backwared 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. */