aboutsummaryrefslogtreecommitdiff
path: root/core/sys/linux
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2025-01-31 08:34:21 +0000
committergingerBill <bill@gingerbill.org>2025-01-31 08:34:21 +0000
commit5d758cd020ab1b2e8e83c1a829d176bb8cf48abc (patch)
tree1c326ce0dd4e1557983a932292a6640db6dce8c4 /core/sys/linux
parent0cd20e61ab5989e7a759051df2a629facfb53f41 (diff)
parentf6001e1b0c158c768dce59337c9454ccd14e8595 (diff)
Merge branch 'master' of https://github.com/odin-lang/Odin
Diffstat (limited to 'core/sys/linux')
-rw-r--r--core/sys/linux/bits.odin1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/sys/linux/bits.odin b/core/sys/linux/bits.odin
index c304397de..4493ea767 100644
--- a/core/sys/linux/bits.odin
+++ b/core/sys/linux/bits.odin
@@ -1329,6 +1329,7 @@ Socket_Option :: enum {
ACCEPTCONN = 30,
PEERSEC = 31,
PASSSEC = 34,
+ IP_ADD_MEMBERSHIP = 35,
MARK = 36,
PROTOCOL = 38,
DOMAIN = 39,