add forkpty to linux
This commit is contained in:
parent
03481551dd
commit
83ccc7b8a9
@ -1383,6 +1383,10 @@ extern {
|
|||||||
name: *mut ::c_char,
|
name: *mut ::c_char,
|
||||||
termp: *const termios,
|
termp: *const termios,
|
||||||
winp: *const ::winsize) -> ::c_int;
|
winp: *const ::winsize) -> ::c_int;
|
||||||
|
pub fn forkpty(amaster: *mut ::c_int,
|
||||||
|
name: *mut ::c_char,
|
||||||
|
termp: *const termios,
|
||||||
|
winp: *const ::winsize) -> ::pid_t;
|
||||||
pub fn login_tty(fd: ::c_int) -> ::c_int;
|
pub fn login_tty(fd: ::c_int) -> ::c_int;
|
||||||
pub fn execvpe(file: *const ::c_char, argv: *const *const ::c_char,
|
pub fn execvpe(file: *const ::c_char, argv: *const *const ::c_char,
|
||||||
envp: *const *const ::c_char) -> ::c_int;
|
envp: *const *const ::c_char) -> ::c_int;
|
||||||
@ -1423,7 +1427,3 @@ cfg_if! {
|
|||||||
// Unknown target_os
|
// Unknown target_os
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// pub fn forkpty(amaster: *mut ::c_int,
|
|
||||||
// name: *mut ::c_char,
|
|
||||||
// termp: *const termios,
|
|
||||||
// winp: *const ::winsize) -> ::pid_t;
|
|
||||||
|
Loading…
Reference in New Issue
Block a user