remove struct export workaround from sys_socket

This commit is contained in:
auronandace
2026-05-10 08:33:38 +01:00
parent d51e7c817b
commit b6ba69febb
2 changed files with 9 additions and 9 deletions
+7
View File
@@ -41,5 +41,12 @@ cpp_compat = true
[enum]
prefix_with_name = true
[export]
include = [
"linger",
"cmsghdr",
"ucred"
]
[export.rename]
"iovec" = "struct iovec"