public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
* [PATCH/committed/obvious] libgloss: iq2000: fix prototype
@ 2022-02-26  4:09 Mike Frysinger
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger @ 2022-02-26  4:09 UTC (permalink / raw)
  To: newlib

---
 libgloss/iq2000/_exit.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libgloss/iq2000/_exit.c b/libgloss/iq2000/_exit.c
index 318984b8b145..56054f8d9e20 100644
--- a/libgloss/iq2000/_exit.c
+++ b/libgloss/iq2000/_exit.c
@@ -18,7 +18,7 @@ static void _do_dtors()
 }
 
 
-void _exit (n)
+void _exit (int n)
 {
   extern unsigned char __eh_frame_begin[];
   extern void __deregister_frame_info (void *);
-- 
2.34.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-02-26  4:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-26  4:09 [PATCH/committed/obvious] libgloss: iq2000: fix prototype Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).