From 927c21863f8ad860da5b6fee9e9e1a04d9163287 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Tue, 31 May 2016 12:46:50 +0100 Subject: [PATCH] syscalls.h: pre-declare struct rlimit --- Library/include/syscalls.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/include/syscalls.h b/Library/include/syscalls.h index 1d91f5db..5372906f 100644 --- a/Library/include/syscalls.h +++ b/Library/include/syscalls.h @@ -90,6 +90,7 @@ struct times; struct tms; struct utimbuf; struct utsname; +struct rlimit; extern void _exit(int code); extern int open(const char *path, int flags, ...); -- 2.34.1