[PATCH 1/4] include/stdio.h: drop serial_printf() declaration
Antony Pavlov
antonynpavlov at gmail.com
Sun Jul 20 22:00:42 PDT 2025
The serial_printf() function was removed
in the commit af347d05abb8b69f ("svn_rev_380").
Signed-off-by: Antony Pavlov <antonynpavlov at gmail.com>
---
include/stdio.h | 4 ----
1 file changed, 4 deletions(-)
diff --git a/include/stdio.h b/include/stdio.h
index 50688feff4e..b4acc01bc39 100644
--- a/include/stdio.h
+++ b/include/stdio.h
@@ -10,10 +10,6 @@
/*
* STDIO based functions (can always be used)
*/
-
-/* serial stuff */
-void serial_printf(const char *fmt, ...) __printf(1, 2);
-
int sprintf(char *buf, const char *fmt, ...) __printf(2, 3);
int snprintf(char *buf, size_t size, const char *fmt, ...) __printf(3, 4);
int scnprintf(char *buf, size_t size, const char *fmt, ...) __printf(3, 4);
--
2.45.2
More information about the barebox
mailing list