DoxigAlpha

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))