syscalls.h: pre-declare struct rlimit
authorAlan Cox <alan@etchedpixels.co.uk>
Tue, 31 May 2016 11:46:50 +0000 (12:46 +0100)
committerAlan Cox <alan@etchedpixels.co.uk>
Tue, 31 May 2016 11:46:50 +0000 (12:46 +0100)
Library/include/syscalls.h

index 1d91f5d..5372906 100644 (file)
@@ -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, ...);