File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -861,6 +861,9 @@ extern {
861
861
pub fn msgsnd ( msqid : :: c_int , msgp : * const :: c_void , msgsz : :: size_t ,
862
862
msgflg : :: c_int ) -> :: c_int ;
863
863
pub fn cfmakesane ( termios : * mut :: termios ) ;
864
+ pub fn fexecve ( fd : :: c_int , argv : * const * const :: c_char ,
865
+ envp : * const * const :: c_char )
866
+ -> :: c_int ;
864
867
}
865
868
866
869
cfg_if ! {
Original file line number Diff line number Diff line change @@ -1105,9 +1105,6 @@ extern {
1105
1105
timeout : * const :: timespec ,
1106
1106
sigmask : * const sigset_t ) -> :: c_int ;
1107
1107
pub fn settimeofday ( tv : * const :: timeval , tz : * const :: timezone ) -> :: c_int ;
1108
- pub fn fexecve ( fd : :: c_int , argv : * const * const :: c_char ,
1109
- envp : * const * const :: c_char )
1110
- -> :: c_int ;
1111
1108
}
1112
1109
1113
1110
cfg_if ! {
You can’t perform that action at this time.
0 commit comments