mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
fix typo
This commit is contained in:
parent
2a8facafde
commit
aab1ec5c43
@ -421,7 +421,7 @@ pub const SO_COOKIE = 57;
|
||||
pub const SCM_TIMESTAMPING_PKTINFO = 58;
|
||||
pub const SO_PEERGROUPS = 59;
|
||||
pub const SO_ZEROCOPY = 60;
|
||||
pub const SO_TXTIME = 61
|
||||
pub const SO_TXTIME = 61;
|
||||
pub const SCM_TXTIME = SO_TXTIME;
|
||||
pub const SO_BINDTOIFINDEX = 62;
|
||||
pub const SO_TIMESTAMP_NEW = 63;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user