Merge branch 'verify-systimes-includes' into 'master'

verify sys_times header includes

See merge request redox-os/relibc!1419
This commit is contained in:
Jeremy Soller
2026-06-04 09:27:21 -06:00
+4 -1
View File
@@ -1,4 +1,7 @@
sys_includes = []
# POSIX header spec: https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sys_times.h.html
#
# Spec quotations relating to includes:
# - "The <sys/times.h> header shall define the clock_t type as described in <sys/types.h>."
after_includes = """
#include <bits/clock-t.h> // for clock_t from sys/types.h
"""