verify POSIX header includes

This commit is contained in:
auronandace
2026-06-08 18:27:53 +01:00
parent 227e736836
commit 9ea36a0c6c
27 changed files with 23 additions and 36 deletions
+2
View File
@@ -5,6 +5,8 @@
# - "The <sys/socket.h> header shall define the size_t and ssize_t types as described in <sys/types.h>."
# - "Inclusion of <sys/socket.h> may also make visible all symbols from <sys/uio.h>."
#
# TODO split out uint32_t from stdint.h in bits/socklen-t.h
#
# bits/iovec.h brings in size_t
# bits/socklen_t brings in stdint.h for uint32_t for socklen_t
include_guard = "_RELIBC_SYS_SOCKET_H"