File tree Expand file tree Collapse file tree 3 files changed +0
-7
lines changed Expand file tree Collapse file tree 3 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -3814,7 +3814,6 @@ utimes
38143814utmp
38153815utmpname
38163816utsname
3817- vfork
38183817vmsplice
38193818wait
38203819wait4
Original file line number Diff line number Diff line change @@ -3963,7 +3963,6 @@ unshare
39633963useconds_t
39643964uselocale
39653965utimensat
3966- vfork
39673966vhangup
39683967vmsplice
39693968wait4
Original file line number Diff line number Diff line change @@ -1739,11 +1739,6 @@ extern "C" {
17391739 pub fn acct ( filename : * const :: c_char ) -> :: c_int ;
17401740 pub fn brk ( addr : * mut :: c_void ) -> :: c_int ;
17411741 pub fn sbrk ( increment : :: intptr_t ) -> * mut :: c_void ;
1742- #[ deprecated(
1743- since = "0.2.66" ,
1744- note = "causes memory corruption, see rust-lang/libc#1596"
1745- ) ]
1746- pub fn vfork ( ) -> :: pid_t ;
17471742 pub fn setresgid ( rgid : :: gid_t , egid : :: gid_t , sgid : :: gid_t ) -> :: c_int ;
17481743 pub fn setresuid ( ruid : :: uid_t , euid : :: uid_t , suid : :: uid_t ) -> :: c_int ;
17491744 pub fn wait4 (
You can’t perform that action at this time.
0 commit comments