4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-03-06 15:06:25 +08:00
Dimitar Dimitrov fee0d9bc19
pru: libgloss: Remove duplicate function declaration
Commit 8a8fb570d7c5310a03a34b3dd6f9f8bb35ee9f40 introduced a declaration
for "print", which conflicts with the incompatible declaration in
pru/putnumc.c.

Fix by removing the duplicate in pru/putnum.c, and rely on the
declaration in "glue.h".

Signed-off-by: Dimitar Dimitrov <dimitar@dinux.eu>
2025-02-21 20:55:00 +02:00
..
2025-02-21 15:17:22 +00:00

Libgloss is a library for all the details that usually get glossed over.
This library refers to things like startup code, and usually I/O support
for GCC and the C library.

For more details, see the manual under doc/.