diff options
Diffstat (limited to 'core/sys/linux')
| -rw-r--r-- | core/sys/linux/types.odin | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/sys/linux/types.odin b/core/sys/linux/types.odin index dc3e4018d..08a443bcc 100644 --- a/core/sys/linux/types.odin +++ b/core/sys/linux/types.odin @@ -684,7 +684,6 @@ Address_Family :: distinct Protocol_Family */ Socket_Msg :: bit_set[Socket_Msg_Bits; i32] - /* Struct representing a generic socket address. */ |