verify sys_times header includes

This commit is contained in:
auronandace
2026-06-04 14:52:04 +01:00
parent fca1a59849
commit 1e22e149a4
+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
"""