diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-01-13 09:31:46 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-01-13 09:31:46 +0000 |
commit | 33862809dfc9df2bf039dfbf47f7524c00947b54 (patch) | |
tree | 87ae0b7c587882bb3f4f55c16942916d23c31306 /include | |
parent | 9206712a4455da4ae692005f4e3181fd36ba6f42 (diff) |
- Forward-port -r1732 [Dropped support for linux rt signals]
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1736 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'include')
-rw-r--r-- | include/fdlist.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/fdlist.h b/include/fdlist.h index cc36896..3348a4b 100644 --- a/include/fdlist.h +++ b/include/fdlist.h @@ -98,7 +98,6 @@ extern int number_fd; extern int hard_fdlimit; extern fde_t *fd_hash[]; extern fde_t *fd_next_in_loop; -extern struct Callback *fdlimit_cb; extern void fdlist_init(void); extern fde_t *lookup_fd(int); @@ -108,6 +107,4 @@ extern void fd_dump(struct Client *); extern void fd_note(fde_t *, const char *, ...); extern void close_standard_fds(void); extern void close_fds(fde_t *); -extern void recalc_fdlimit(void *); - #endif /* INCLUDED_fdlist_h */ |