fix trailer

This commit is contained in:
auronandace
2026-03-11 13:02:18 +00:00
parent ae91f48fae
commit e9b9e1e28b
+1 -1
View File
@@ -1,9 +1,9 @@
sys_includes = ["stddef.h", "stdint.h", "sys/types.h", "sys/uio.h"]
include_guard = "_SYS_SOCKET_H"
after_includes = """
#include <bits/sys/socket.h>
#include <bits/socklen-t.h> // for socklen_t
"""
trailer = "#include <bits/sys/socket.h>"
language = "C"
style = "Tag"
no_includes = true