mirror of
https://github.com/ziglang/zig.git
synced 2026-01-04 12:33:19 +00:00
Match netbsd's flock fields with others
This commit is contained in:
parent
b773a8b175
commit
32c5825030
@ -23,11 +23,11 @@ pub const dl_phdr_info = extern struct {
|
||||
};
|
||||
|
||||
pub const Flock = extern struct {
|
||||
start: off_t,
|
||||
len: off_t,
|
||||
pid: pid_t,
|
||||
lock_type: i16,
|
||||
whence: i16,
|
||||
l_start: off_t,
|
||||
l_len: off_t,
|
||||
l_pid: pid_t,
|
||||
l_type: i16,
|
||||
l_whence: i16,
|
||||
};
|
||||
|
||||
pub const msghdr = extern struct {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user