Fix incorrect reference to iovec in sys/socket.h

This commit is contained in:
Jeremy Soller
2024-01-12 15:44:02 -07:00
parent 52612784b6
commit 88da47a690
+3
View File
@@ -12,3 +12,6 @@ cpp_compat = true
[enum]
prefix_with_name = true
[export.rename]
"iovec" = "struct iovec"