From f0fb7e01e5ff987a859a19b7ef1791b9796fca77 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 15 Oct 2000 03:26:27 +0000 Subject: [PATCH] Linux/HPPA specific getrlimit implementation. --- sysdeps/unix/sysv/linux/hppa/getrlimit.c | 1 + 1 file changed, 1 insertion(+) create mode 100644 sysdeps/unix/sysv/linux/hppa/getrlimit.c diff --git a/sysdeps/unix/sysv/linux/hppa/getrlimit.c b/sysdeps/unix/sysv/linux/hppa/getrlimit.c new file mode 100644 index 0000000..fc06dbd --- /dev/null +++ b/sysdeps/unix/sysv/linux/hppa/getrlimit.c @@ -0,0 +1 @@ +#include -- 2.7.4