From 88da47a6902fdef167539b7d43c90931032e0ff1 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 12 Jan 2024 15:44:02 -0700 Subject: [PATCH] Fix incorrect reference to iovec in sys/socket.h --- src/header/sys_socket/cbindgen.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/header/sys_socket/cbindgen.toml b/src/header/sys_socket/cbindgen.toml index 95a907a239..e39a7856ce 100644 --- a/src/header/sys_socket/cbindgen.toml +++ b/src/header/sys_socket/cbindgen.toml @@ -12,3 +12,6 @@ cpp_compat = true [enum] prefix_with_name = true + +[export.rename] +"iovec" = "struct iovec"