File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
src/unix/linux_like/linux/gnu Expand file tree Collapse file tree 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;
221221pub const O_RSYNC : :: c_int = 1052672 ;
222222pub const O_DSYNC : :: c_int = 4096 ;
223223pub const O_FSYNC : :: c_int = 1052672 ;
224+ pub const MADV_SOFT_OFFLINE : :: c_int = 101 ;
224225pub const MAP_GROWSDOWN : :: c_int = 256 ;
225226pub const EDEADLK : :: c_int = 35 ;
226227pub 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;
226226pub const O_NOATIME : :: c_int = 262144 ;
227227pub const O_PATH : :: c_int = 2097152 ;
228228pub const O_TMPFILE : :: c_int = 4259840 ;
229+ pub const MADV_SOFT_OFFLINE : :: c_int = 101 ;
229230pub const MAP_GROWSDOWN : :: c_int = 256 ;
230231pub const EDEADLK : :: c_int = 35 ;
231232pub const ENAMETOOLONG : :: c_int = 36 ;
You can’t perform that action at this time.
0 commit comments