CLEANUP: fd: rm struct rlimit definition

As raise_rlim_nofile() was moved to limits compilation unit, limits.h includes
the system <sys/resource.h>. So, this definition of rlimit system type
structure is no longer need for compilation of fd unit.
This commit is contained in:
Valentine Krasnobaeva 2024-07-10 12:35:56 +02:00 committed by Willy Tarreau
parent 3759674047
commit 47f2afb436

View file

@ -81,8 +81,6 @@ ssize_t fd_write_frag_line(int fd, size_t maxlen, const struct ist pfx[], size_t
/* close all FDs starting from <start> */
void my_closefrom(int start);
struct rlimit;
int compute_poll_timeout(int next);
void fd_leaving_poll(int wait_time, int status);