public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
From: Michael Frysinger <vapier@sourceware.org>
To: newlib-cvs@sourceware.org
Subject: [newlib-cygwin] libgloss: iq2000: fix prototype
Date: Sat, 26 Feb 2022 04:09:08 +0000 (GMT)	[thread overview]
Message-ID: <20220226040908.CA1963858D35@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=69d93f3121733c922d19a9ad99e2c4f076d93df3

commit 69d93f3121733c922d19a9ad99e2c4f076d93df3
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Fri Feb 25 23:08:45 2022 -0500

    libgloss: iq2000: fix prototype

Diff:
---
 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 318984b8b..56054f8d9 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 *);


                 reply	other threads:[~2022-02-26  4:09 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220226040908.CA1963858D35@sourceware.org \
    --to=vapier@sourceware.org \
    --cc=newlib-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).