File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1701,7 +1701,7 @@ extern {
1701
1701
options : :: c_int ) -> :: c_int ;
1702
1702
pub fn brk ( addr : * const :: c_void ) -> * mut :: c_void ;
1703
1703
pub fn sbrk ( increment : :: c_int ) -> * mut :: c_void ;
1704
- pub fn settimeofday ( tv : * const timeval , tz : * const :: timezone ) -> :: c_int ;
1704
+ pub fn settimeofday ( tv : * const :: timeval , tz : * const :: timezone ) -> :: c_int ;
1705
1705
}
1706
1706
1707
1707
cfg_if ! {
Original file line number Diff line number Diff line change @@ -1028,7 +1028,7 @@ extern {
1028
1028
nfds : :: nfds_t ,
1029
1029
timeout : * const :: timespec ,
1030
1030
sigmask : * const sigset_t ) -> :: c_int ;
1031
- pub fn settimeofday ( tv : * const timeval , tz : * const :: timezone ) -> :: c_int ;
1031
+ pub fn settimeofday ( tv : * const :: timeval , tz : * const :: timezone ) -> :: c_int ;
1032
1032
}
1033
1033
1034
1034
cfg_if ! {
Original file line number Diff line number Diff line change @@ -720,7 +720,7 @@ extern {
720
720
locale : * const :: c_char ,
721
721
base : :: locale_t ) -> :: locale_t ;
722
722
#[ link_name = "__settimeofday50" ]
723
- pub fn settimeofday ( tv : * const timeval , tz : * const :: c_void ) -> :: c_int ;
723
+ pub fn settimeofday ( tv : * const :: timeval , tz : * const :: c_void ) -> :: c_int ;
724
724
}
725
725
726
726
mod other;
Original file line number Diff line number Diff line change @@ -835,7 +835,7 @@ extern {
835
835
rqtp : * const :: timespec ,
836
836
rmtp : * mut :: timespec ) -> :: c_int ;
837
837
pub fn clock_settime ( clk_id : clockid_t , tp : * const :: timespec ) -> :: c_int ;
838
- pub fn settimeofday ( tv : * const timeval , tz : * const :: timezone ) -> :: c_int ;
838
+ pub fn settimeofday ( tv : * const :: timeval , tz : * const :: timezone ) -> :: c_int ;
839
839
840
840
pub fn prctl ( option : :: c_int , ...) -> :: c_int ;
841
841
pub fn pthread_getattr_np ( native : :: pthread_t ,
You can’t perform that action at this time.
0 commit comments