cleanup the bits headers

This commit is contained in:
auronandace
2026-06-10 11:16:22 +01:00
parent da1baa9e4a
commit 73a111b67e
41 changed files with 74 additions and 88 deletions
+11 -1
View File
@@ -1,4 +1,14 @@
sys_includes = []
# POSIX header spec: https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sys_types.h.html
#
# These types are split out to prevent importing all of sys/types.h into other headers.
#
# POSIX headers that require them:
# - aio.h (pthread_attr_t only)
# - pthread.h (all of them)
# - signal (pthread_t and pthread_attr_t only)
# - sys/types.h (where they should be defined)
#
# TODO split out pthread_t and pthread_attr_t
include_guard = "_RELIBC_BITS_PTHREAD_H"
language = "C"
style = "type"