From: Alan Cox Date: Tue, 31 May 2016 11:46:50 +0000 (+0100) Subject: syscalls.h: pre-declare struct rlimit X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=927c21863f8ad860da5b6fee9e9e1a04d9163287;p=FUZIX.git syscalls.h: pre-declare struct rlimit --- 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, ...);