Constant munlockall [src]
Source
pub const munlockall = switch (native_os) {
.linux, .freebsd, .dragonfly, .netbsd, .openbsd, .solaris, .illumos => private.munlockall,
else => {},
} pub const munlockall = switch (native_os) {
.linux, .freebsd, .dragonfly, .netbsd, .openbsd, .solaris, .illumos => private.munlockall,
else => {},
}