File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1634,6 +1634,8 @@ extern {
1634
1634
pub fn uselocale ( loc : :: locale_t ) -> :: locale_t ;
1635
1635
pub fn creat64 ( path : * const c_char , mode : mode_t ) -> :: c_int ;
1636
1636
pub fn fstat64 ( fildes : :: c_int , buf : * mut stat64 ) -> :: c_int ;
1637
+ pub fn fstatat64 ( fildes : :: c_int , path : * const :: c_char ,
1638
+ buf : * mut stat64 , flag : :: c_int ) -> :: c_int ;
1637
1639
pub fn ftruncate64 ( fd : :: c_int , length : off64_t ) -> :: c_int ;
1638
1640
pub fn getrlimit64 ( resource : :: c_int , rlim : * mut rlimit64 ) -> :: c_int ;
1639
1641
pub fn lseek64 ( fd : :: c_int , offset : off64_t , whence : :: c_int ) -> off64_t ;
@@ -1853,6 +1855,8 @@ extern {
1853
1855
1854
1856
pub fn seekdir ( dirp : * mut :: DIR , loc : :: c_long ) ;
1855
1857
1858
+ pub fn dirfd ( dirp : * mut :: DIR ) -> :: c_int ;
1859
+
1856
1860
pub fn telldir ( dirp : * mut :: DIR ) -> :: c_long ;
1857
1861
pub fn madvise ( addr : * mut :: c_void , len : :: size_t , advice : :: c_int )
1858
1862
-> :: c_int ;
You can’t perform that action at this time.
0 commit comments