Fix make test:all failures seen on macOS Tahoe (#26136)

This commit is contained in:
Scott Lamb
2026-04-28 11:31:00 -07:00
committed by GitHub
parent 7d40a3328f
commit 0c5e36d056
16 changed files with 35 additions and 31 deletions
+5 -1
View File
@@ -1,7 +1,11 @@
// Copyright 2023 Sergey Vlasov (@sigprof)
// SPDX-License-Identifier: GPL-2.0-or-later
#include "timer.h"
// Use an angle-bracket include so the header is located via the include
// search path rather than source-relative lookup. timer.h uses
// #include_next to chain to the active platform's _timer.h, and that
// only has well-defined semantics when timer.h itself was found via -I.
#include <timer.h>
// Generate out-of-line copies for inline functions defined in timer.h.
extern inline fast_timer_t timer_read_fast(void);