File tree 2 files changed +2
-0
lines changed
src/unix/linux_like/linux/gnu
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -221,6 +221,7 @@ pub const O_SYNC: ::c_int = 1052672;
221
221
pub const O_RSYNC : :: c_int = 1052672 ;
222
222
pub const O_DSYNC : :: c_int = 4096 ;
223
223
pub const O_FSYNC : :: c_int = 1052672 ;
224
+ pub const MADV_SOFT_OFFLINE : :: c_int = 101 ;
224
225
pub const MAP_GROWSDOWN : :: c_int = 256 ;
225
226
pub const EDEADLK : :: c_int = 35 ;
226
227
pub const ENAMETOOLONG : :: c_int = 36 ;
Original file line number Diff line number Diff line change @@ -226,6 +226,7 @@ pub const O_FSYNC: ::c_int = 1052672;
226
226
pub const O_NOATIME : :: c_int = 262144 ;
227
227
pub const O_PATH : :: c_int = 2097152 ;
228
228
pub const O_TMPFILE : :: c_int = 4259840 ;
229
+ pub const MADV_SOFT_OFFLINE : :: c_int = 101 ;
229
230
pub const MAP_GROWSDOWN : :: c_int = 256 ;
230
231
pub const EDEADLK : :: c_int = 35 ;
231
232
pub const ENAMETOOLONG : :: c_int = 36 ;
You can’t perform that action at this time.
0 commit comments