4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-21 00:07:36 +08:00

Fix frv libgloss bits for c99/gcc-14\

Same as we've seen elsewhere.  Add missing prototype and header include.
This commit is contained in:
Jeff Law 2023-12-22 20:40:21 -07:00
parent dc7ee58132
commit 9f3e8ba3b2
2 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,8 @@
*/
#include "glue.h"
extern void print (char *ptr);
/*
* putnum -- print a 32 bit number in hex
*/

View File

@ -14,6 +14,8 @@
* they apply.
*/
#include <unistd.h>
int
inbyte ()
{