| author | |
| committer | |
| log | 771d07268f7ecc9535ad6fbb8448c76581bf5188 |
| tree | 9b2bed033aefb739030f83fa83b18d2f0cb017d3 |
| parent | a329450aa4107d376ebda753be8a5579dd600c69 |
1 files changed, 5 insertions(+), 0 deletions(-)
lib/std/c/freebsd.zig+5| ... | ... | @@ -622,6 +622,11 @@ pub const MAP = struct { |
| 622 | 622 | pub const NOCORE = 0x00020000; |
| 623 | 623 | pub const PREFAULT_READ = 0x00040000; |
| 624 | 624 | pub const @"32BIT" = 0x00080000; |
| 625 | ||
| 626 | pub fn ALIGNED(alignment: u32) u32 { | |
| 627 | return alignment << 24; | |
| 628 | } | |
| 629 | pub const ALIGNED_SUPER = ALIGNED(1); | |
| 625 | 630 | }; |
| 626 | 631 | |
| 627 | 632 | pub const MSF = struct { |