* [PATCH] fixup! commands: sleep: add support for running without pollers
@ 2025-07-02 10:10 Ahmad Fatoum
2025-07-02 10:59 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2025-07-02 10:10 UTC (permalink / raw)
To: barebox; +Cc: Ahmad Fatoum
Fix breakage in CI with headless configuration.
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
include/stdio.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/stdio.h b/include/stdio.h
index cec303461ba3..e3533ae4d383 100644
--- a/include/stdio.h
+++ b/include/stdio.h
@@ -92,7 +92,7 @@ static inline int ctrlc (void)
return 0;
}
-int ctrlc_non_interruptible(void)
+static inline int ctrlc_non_interruptible(void)
{
return 0;
}
--
2.39.5
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-07-02 12:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-07-02 10:10 [PATCH] fixup! commands: sleep: add support for running without pollers Ahmad Fatoum
2025-07-02 10:59 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox