verify errno header includes

This commit is contained in:
auronandace
2026-02-04 08:49:12 +00:00
parent 2f4cdc87d9
commit b560c88452
+3
View File
@@ -1,3 +1,6 @@
# POSIX header spec: https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/errno.h.html
#
# There are no spec quotations relating to includes
sys_includes = ["bits/errno.h"]
include_guard = "_RELIBC_ERRNO_H"
language = "C"