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 @@ -2479,6 +2479,9 @@ extern {
2479
2479
pub fn renameatx_np ( fromfd : :: c_int , from : * const :: c_char ,
2480
2480
tofd : :: c_int , to : * const :: c_char ,
2481
2481
flags : :: c_uint ) -> :: c_int ;
2482
+ pub fn exchangedata ( path1 : * const :: c_char ,
2483
+ path2 : * const :: c_char ,
2484
+ options : :: c_long ) -> :: c_int ;
2482
2485
pub fn fremovexattr ( filedes : :: c_int , name : * const :: c_char ,
2483
2486
flags : :: c_int ) -> :: c_int ;
2484
2487
Original file line number Diff line number Diff line change @@ -401,9 +401,6 @@ extern {
401
401
pub fn getpeereid ( socket : :: c_int ,
402
402
euid : * mut :: uid_t ,
403
403
egid : * mut :: gid_t ) -> :: c_int ;
404
- pub fn exchangedata ( path1 : * const :: c_char ,
405
- path2 : * const :: c_char ,
406
- options : :: c_uint ) -> :: c_int ;
407
404
408
405
#[ cfg_attr( target_os = "macos" , link_name = "glob$INODE64" ) ]
409
406
#[ cfg_attr( target_os = "netbsd" , link_name = "__glob30" ) ]
You can’t perform that action at this time.
0 commit comments