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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user