Skip to content

Commit 9608421

Browse files
committed
freebsd update proposal.
introducing MAP_ALIGNED macro and MAP_ALIGNED_SUPER.
1 parent 66d8273 commit 9608421

File tree

1 file changed

+1
-0
lines changed
  • src/unix/bsd/freebsdlike/freebsd

1 file changed

+1
-0
lines changed

src/unix/bsd/freebsdlike/freebsd/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,7 @@ pub const Q_GETQUOTA: ::c_int = 0x700;
448448
pub const Q_SETQUOTA: ::c_int = 0x800;
449449

450450
pub const MAP_GUARD: ::c_int = 0x00002000;
451+
pub const MAP_ALIGNED_SUPER: ::c_int = 1 << 24;
451452

452453
pub const POSIX_FADV_NORMAL: ::c_int = 0;
453454
pub const POSIX_FADV_RANDOM: ::c_int = 1;

0 commit comments

Comments
 (0)