MAP_FAILED
Used by libc to communicate failure. Not actually part of the underlying syscall.
Source
Implementation
pub const MAP_FAILED: *anyopaque = @ptrFromInt(maxInt(usize))Used by libc to communicate failure. Not actually part of the underlying syscall.
Source
pub const MAP_FAILED: *anyopaque = @ptrFromInt(maxInt(usize))