Fix compiler warnings (#6023)

This commit is contained in:
Tangyuxin
2022-06-08 01:21:50 +08:00
committed by GitHub
parent 2d62a95339
commit f5c88add37
4 changed files with 8 additions and 6 deletions

View File

@@ -154,7 +154,7 @@ static int poll_do(struct pollfd *fds, nfds_t nfds, struct rt_poll_table *pt, in
{
int num;
int istimeout = 0;
int n;
nfds_t n;
struct pollfd *pf;
int ret = 0;