File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3780,7 +3780,7 @@ extern "C" {
3780
3780
pub fn poll ( fds : * mut pollfd , nfds : nfds_t , timeout : :: c_int ) -> :: c_int ;
3781
3781
pub fn select (
3782
3782
nfds : :: c_int ,
3783
- readfs : * mut fd_set ,
3783
+ readfds : * mut fd_set ,
3784
3784
writefds : * mut fd_set ,
3785
3785
errorfds : * mut fd_set ,
3786
3786
timeout : * mut timeval ,
@@ -3817,7 +3817,7 @@ extern "C" {
3817
3817
3818
3818
pub fn pselect (
3819
3819
nfds : :: c_int ,
3820
- readfs : * mut fd_set ,
3820
+ readfds : * mut fd_set ,
3821
3821
writefds : * mut fd_set ,
3822
3822
errorfds : * mut fd_set ,
3823
3823
timeout : * const timespec ,
Original file line number Diff line number Diff line change @@ -1304,7 +1304,7 @@ extern "C" {
1304
1304
#[ cfg_attr( target_os = "netbsd" , link_name = "__select50" ) ]
1305
1305
pub fn select (
1306
1306
nfds : :: c_int ,
1307
- readfs : * mut fd_set ,
1307
+ readfds : * mut fd_set ,
1308
1308
writefds : * mut fd_set ,
1309
1309
errorfds : * mut fd_set ,
1310
1310
timeout : * mut timeval ,
@@ -1356,7 +1356,7 @@ extern "C" {
1356
1356
#[ cfg_attr( target_os = "netbsd" , link_name = "__pselect50" ) ]
1357
1357
pub fn pselect (
1358
1358
nfds : :: c_int ,
1359
- readfs : * mut fd_set ,
1359
+ readfds : * mut fd_set ,
1360
1360
writefds : * mut fd_set ,
1361
1361
errorfds : * mut fd_set ,
1362
1362
timeout : * const timespec ,
You can’t perform that action at this time.
0 commit comments