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