mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [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

* Re: [PATCH] fixup! commands: sleep: add support for running without pollers
  2025-07-02 10:10 [PATCH] fixup! commands: sleep: add support for running without pollers Ahmad Fatoum
@ 2025-07-02 10:59 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2025-07-02 10:59 UTC (permalink / raw)
  To: barebox, Ahmad Fatoum


On Wed, 02 Jul 2025 12:10:30 +0200, Ahmad Fatoum wrote:
> Fix breakage in CI with headless configuration.
> 
> 

Applied, thanks!

[1/1] fixup! commands: sleep: add support for running without pollers
      https://git.pengutronix.de/cgit/barebox/commit/?id=27450bbd0ae7 (link may not be stable)

Best regards,
-- 
Sascha Hauer <s.hauer@pengutronix.de>




^ 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