[libc-commits] [libc] [libc] Add a proxy header for sa_family_t (PR #207736)
Victor Campos via libc-commits
libc-commits at lists.llvm.org
Wed Jul 8 03:15:02 PDT 2026
================
@@ -12,6 +12,8 @@
//===----------------------------------------------------------------------===//
#include "hdr/sys_socket_macros.h"
+#include "hdr/types/sa_family_t.h"
+#include "hdr/types/socklen_t.h"
----------------
vhscampos wrote:
To me it's perfectly fine to have it here. Thanks
https://github.com/llvm/llvm-project/pull/207736
More information about the libc-commits
mailing list