split out sa_family_t to a bits header

This commit is contained in:
auronandace
2026-04-14 08:44:13 +01:00
parent 022f040f05
commit b0c66cf470
8 changed files with 30 additions and 6 deletions
+1
View File
@@ -2,6 +2,7 @@ sys_includes = ["stddef.h", "stdint.h", "sys/types.h"]
include_guard = "_RELIBC_SYS_SOCKET_H"
after_includes = """
#include <bits/iovec.h> // for iovec from sys/uio.h
#include <bits/safamily-t.h> // for sa_family_t
#include <bits/socklen-t.h> // for socklen_t
"""
trailer = """