Merge branch 'verify-systimes-includes' into 'master'
verify sys_times header includes See merge request redox-os/relibc!1419
This commit is contained in:
@@ -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
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user