File tree Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -1010,6 +1010,7 @@ extern {
1010
1010
pub fn fchownat ( dirfd : :: c_int , pathname : * const :: c_char ,
1011
1011
owner : :: uid_t , group : :: gid_t ,
1012
1012
flags : :: c_int ) -> :: c_int ;
1013
+ pub fn fdopendir ( fd : :: c_int ) -> * mut :: DIR ;
1013
1014
pub fn fstatat ( dirfd : :: c_int , pathname : * const :: c_char ,
1014
1015
buf : * mut stat , flags : :: c_int ) -> :: c_int ;
1015
1016
pub fn linkat ( olddirfd : :: c_int , oldpath : * const :: c_char ,
Original file line number Diff line number Diff line change @@ -606,6 +606,7 @@ extern {
606
606
pub fn fchownat ( dirfd : :: c_int , pathname : * const :: c_char ,
607
607
owner : :: uid_t , group : :: gid_t ,
608
608
flags : :: c_int ) -> :: c_int ;
609
+ pub fn fdopendir ( fd : :: c_int ) -> * mut :: DIR ;
609
610
pub fn fstatat ( dirfd : :: c_int , pathname : * const :: c_char ,
610
611
buf : * mut stat , flags : :: c_int ) -> :: c_int ;
611
612
pub fn linkat ( olddirfd : :: c_int , oldpath : * const :: c_char ,
Original file line number Diff line number Diff line change @@ -761,6 +761,7 @@ extern {
761
761
pub fn waitid ( idtype : idtype_t , id : id_t , infop : * mut :: siginfo_t ,
762
762
options : :: c_int ) -> :: c_int ;
763
763
764
+ pub fn fdopendir ( fd : :: c_int ) -> * mut :: DIR ;
764
765
pub fn glob ( pattern : * const :: c_char ,
765
766
flags : :: c_int ,
766
767
errfunc : Option < extern fn ( epath : * const :: c_char ,
Original file line number Diff line number Diff line change @@ -937,6 +937,7 @@ extern {
937
937
pub fn fchownat ( dirfd : :: c_int , pathname : * const :: c_char ,
938
938
owner : :: uid_t , group : :: gid_t ,
939
939
flags : :: c_int ) -> :: c_int ;
940
+ pub fn fdopendir ( fd : :: c_int ) -> * mut :: DIR ;
940
941
pub fn fstatat ( dirfd : :: c_int , pathname : * const :: c_char ,
941
942
buf : * mut stat , flags : :: c_int ) -> :: c_int ;
942
943
pub fn linkat ( olddirfd : :: c_int , oldpath : * const :: c_char ,
Original file line number Diff line number Diff line change @@ -1061,6 +1061,7 @@ extern {
1061
1061
pub fn fchownat ( dirfd : :: c_int , pathname : * const :: c_char ,
1062
1062
owner : :: uid_t , group : :: gid_t ,
1063
1063
flags : :: c_int ) -> :: c_int ;
1064
+ pub fn fdopendir ( fd : :: c_int ) -> * mut :: DIR ;
1064
1065
pub fn fstatat ( dirfd : :: c_int , pathname : * const :: c_char ,
1065
1066
buf : * mut stat , flags : :: c_int ) -> :: c_int ;
1066
1067
pub fn linkat ( olddirfd : :: c_int , oldpath : * const :: c_char ,
You can’t perform that action at this time.
0 commit comments