Type sigval_t [src]
Source
pub const sigval_t = switch (native_os) {
.netbsd, .solaris, .illumos => extern union {
int: i32,
ptr: ?*anyopaque,
},
else => void,
}
pub const sigval_t = switch (native_os) {
.netbsd, .solaris, .illumos => extern union {
int: i32,
ptr: ?*anyopaque,
},
else => void,
}