We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 558c288 commit 70975a2Copy full SHA for 70975a2
src/unix/bsd/freebsdlike/freebsd/aarch64.rs
@@ -28,3 +28,5 @@ s! {
28
pub st_birthtime_nsec: ::c_long,
29
}
30
31
+
32
+pub const MAP_32BIT: ::c_int = 0x00080000;
src/unix/bsd/freebsdlike/freebsd/x86_64.rs
0 commit comments