1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-12 12:23:50 +03:00

sys_select added one more argument (read, write selectors).

This commit is contained in:
Luke Leighton
-
parent 5b5719d6a0
commit e4d92ff9df
22 changed files with 323 additions and 216 deletions

View File

@@ -1148,7 +1148,7 @@ void msleep(int t)
FD_ZERO(&fds);
errno = 0;
sys_select(0,&fds,&tval);
sys_select(0,&fds,NULL, &tval);
GetTimeOfDay(&t2);
tdiff = TvalDiff(&t1,&t2);