File tree Expand file tree Collapse file tree 6 files changed +3
-10
lines changed Expand file tree Collapse file tree 6 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -1659,8 +1659,6 @@ extern {
1659
1659
pub fn getpriority ( which : :: c_int , who : :: id_t ) -> :: c_int ;
1660
1660
pub fn setpriority ( which : :: c_int , who : :: id_t , prio : :: c_int ) -> :: c_int ;
1661
1661
1662
- pub fn openat ( dirfd : :: c_int , pathname : * const :: c_char ,
1663
- flags : :: c_int , ...) -> :: c_int ;
1664
1662
pub fn faccessat ( dirfd : :: c_int , pathname : * const :: c_char ,
1665
1663
mode : :: c_int , flags : :: c_int ) -> :: c_int ;
1666
1664
pub fn fchmodat ( dirfd : :: c_int , pathname : * const :: c_char ,
Original file line number Diff line number Diff line change @@ -1001,8 +1001,6 @@ extern {
1001
1001
pub fn getpriority ( which : :: c_int , who : :: c_int ) -> :: c_int ;
1002
1002
pub fn setpriority ( which : :: c_int , who : :: c_int , prio : :: c_int ) -> :: c_int ;
1003
1003
1004
- pub fn openat ( dirfd : :: c_int , pathname : * const :: c_char ,
1005
- flags : :: c_int , ...) -> :: c_int ;
1006
1004
pub fn faccessat ( dirfd : :: c_int , pathname : * const :: c_char ,
1007
1005
mode : :: c_int , flags : :: c_int ) -> :: c_int ;
1008
1006
pub fn fchmodat ( dirfd : :: c_int , pathname : * const :: c_char ,
Original file line number Diff line number Diff line change @@ -597,8 +597,6 @@ extern {
597
597
pub fn getpriority ( which : :: c_int , who : :: id_t ) -> :: c_int ;
598
598
pub fn setpriority ( which : :: c_int , who : :: id_t , prio : :: c_int ) -> :: c_int ;
599
599
600
- pub fn openat ( dirfd : :: c_int , pathname : * const :: c_char ,
601
- flags : :: c_int , ...) -> :: c_int ;
602
600
pub fn faccessat ( dirfd : :: c_int , pathname : * const :: c_char ,
603
601
mode : :: c_int , flags : :: c_int ) -> :: c_int ;
604
602
pub fn fchmodat ( dirfd : :: c_int , pathname : * const :: c_char ,
Original file line number Diff line number Diff line change @@ -734,6 +734,9 @@ extern {
734
734
buf : * mut c_char ,
735
735
bufsz : :: size_t )
736
736
-> :: ssize_t ;
737
+
738
+ pub fn openat ( dirfd : :: c_int , pathname : * const :: c_char ,
739
+ flags : :: c_int , ...) -> :: c_int ;
737
740
pub fn readlinkat ( dirfd : :: c_int , pathname : * const :: c_char ,
738
741
buf : * mut :: c_char , bufsiz : :: size_t ) -> :: ssize_t ;
739
742
Original file line number Diff line number Diff line change @@ -928,8 +928,6 @@ extern {
928
928
pub fn eventfd ( init : :: c_uint , flags : :: c_int ) -> :: c_int ;
929
929
pub fn sysinfo ( info : * mut :: sysinfo ) -> :: c_int ;
930
930
931
- pub fn openat ( dirfd : :: c_int , pathname : * const :: c_char ,
932
- flags : :: c_int , ...) -> :: c_int ;
933
931
pub fn faccessat ( dirfd : :: c_int , pathname : * const :: c_char ,
934
932
mode : :: c_int , flags : :: c_int ) -> :: c_int ;
935
933
pub fn fchmodat ( dirfd : :: c_int , pathname : * const :: c_char ,
Original file line number Diff line number Diff line change @@ -1052,8 +1052,6 @@ extern {
1052
1052
pub fn getpriority ( which : :: c_int , who : :: c_int ) -> :: c_int ;
1053
1053
pub fn setpriority ( which : :: c_int , who : :: c_int , prio : :: c_int ) -> :: c_int ;
1054
1054
1055
- pub fn openat ( dirfd : :: c_int , pathname : * const :: c_char ,
1056
- flags : :: c_int , ...) -> :: c_int ;
1057
1055
pub fn faccessat ( dirfd : :: c_int , pathname : * const :: c_char ,
1058
1056
mode : :: c_int , flags : :: c_int ) -> :: c_int ;
1059
1057
pub fn fchmodat ( dirfd : :: c_int , pathname : * const :: c_char ,
You can’t perform that action at this time.
0 commit comments