File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3281,10 +3281,10 @@ extern "C" {
3281
3281
pub fn srand48 ( seed : c_long ) ;
3282
3282
pub fn stat64 ( path : * const c_char , buf : * mut stat64 ) -> c_int ;
3283
3283
pub fn stat64at ( dirfd : c_int , path : * const c_char , buf : * mut stat64 , flags : c_int ) -> c_int ;
3284
- pub fn statfs ( path : * mut c_char , buf : * mut statfs ) -> c_int ;
3285
- pub fn statfs64 ( path : * mut c_char , buf : * mut statfs64 ) -> c_int ;
3284
+ pub fn statfs ( path : * const c_char , buf : * mut statfs ) -> c_int ;
3285
+ pub fn statfs64 ( path : * const c_char , buf : * mut statfs64 ) -> c_int ;
3286
3286
pub fn statvfs64 ( path : * const c_char , buf : * mut statvfs64 ) -> c_int ;
3287
- pub fn statx ( path : * mut c_char , buf : * mut stat , length : c_int , command : c_int ) -> c_int ;
3287
+ pub fn statx ( path : * const c_char , buf : * mut stat , length : c_int , command : c_int ) -> c_int ;
3288
3288
pub fn strcasecmp_l (
3289
3289
string1 : * const c_char ,
3290
3290
string2 : * const c_char ,
You can’t perform that action at this time.
0 commit comments