aboutsummaryrefslogtreecommitdiff
path: root/lib/std/c/openbsd.zig
blob: 22963b08c33e5c09275f605c80f5cb7db660ab42 (plain)
1
2
3
4
5
6
pub const pthread_mutex_t = extern struct {
    inner: ?*c_void = null,
};
pub const pthread_cond_t = extern struct {
    inner: ?*c_void = null,
};