From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1521) id CA1963858D35; Sat, 26 Feb 2022 04:09:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CA1963858D35 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Frysinger To: newlib-cvs@sourceware.org Subject: [newlib-cygwin] libgloss: iq2000: fix prototype X-Act-Checkin: newlib-cygwin X-Git-Author: Mike Frysinger X-Git-Refname: refs/heads/master X-Git-Oldrev: 7f674bb4da562e5df74dfcd144c130397c31411a X-Git-Newrev: 69d93f3121733c922d19a9ad99e2c4f076d93df3 Message-Id: <20220226040908.CA1963858D35@sourceware.org> Date: Sat, 26 Feb 2022 04:09:08 +0000 (GMT) X-BeenThere: newlib-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Newlib GIT logs List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Feb 2022 04:09:08 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D69d93f31217= 33c922d19a9ad99e2c4f076d93df3 commit 69d93f3121733c922d19a9ad99e2c4f076d93df3 Author: Mike Frysinger 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() } =20 =20 -void _exit (n) +void _exit (int n) { extern unsigned char __eh_frame_begin[]; extern void __deregister_frame_info (void *);