From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2210) id 10D053834F08; Mon, 6 Jun 2022 14:19:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 10D053834F08 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Ken Brown To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin] Cygwin: child_info.h: remove declaration of init_child_info X-Act-Checkin: newlib-cygwin X-Git-Author: Ken Brown X-Git-Refname: refs/heads/master X-Git-Oldrev: f36dd402753eacc1b0774a240c3fb6a33515ed30 X-Git-Newrev: 1f8235f6ba841a485dfaa1adc7196673b52e2aac Message-Id: <20220606141911.10D053834F08@sourceware.org> Date: Mon, 6 Jun 2022 14:19:11 +0000 (GMT) X-BeenThere: cygwin-cvs@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin core component git logs List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jun 2022 14:19:11 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D1f8235f6ba8= 41a485dfaa1adc7196673b52e2aac commit 1f8235f6ba841a485dfaa1adc7196673b52e2aac Author: Ken Brown Date: Mon Jun 6 10:16:48 2022 -0400 Cygwin: child_info.h: remove declaration of init_child_info =20 The function was removed long ago, but its declaration remained. Diff: --- winsup/cygwin/child_info.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/winsup/cygwin/child_info.h b/winsup/cygwin/child_info.h index 453339317..2da62ffaa 100644 --- a/winsup/cygwin/child_info.h +++ b/winsup/cygwin/child_info.h @@ -198,8 +198,6 @@ extern child_info_spawn ch_spawn; #define have_execed ch_spawn.has_execed () #define have_execed_cygwin ch_spawn.has_execed_cygwin () =20 -void __stdcall init_child_info (DWORD, child_info *, HANDLE); - extern "C" { extern child_info *child_proc_info; extern child_info_spawn *spawn_info asm (_SYMSTR (child_proc_info));