mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-22 14:49:45 -04:00
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:
parent
3759674047
commit
47f2afb436
1 changed files with 0 additions and 2 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue