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:
parent
dc7ee58132
commit
9f3e8ba3b2
@ -14,6 +14,8 @@
|
||||
*/
|
||||
#include "glue.h"
|
||||
|
||||
extern void print (char *ptr);
|
||||
|
||||
/*
|
||||
* putnum -- print a 32 bit number in hex
|
||||
*/
|
||||
|
@ -14,6 +14,8 @@
|
||||
* they apply.
|
||||
*/
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
int
|
||||
inbyte ()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user