From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id 5CEA93857006; Thu, 4 Aug 2022 20:14:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5CEA93857006 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Corinna Vinschen To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin] Cygwin: clock.cc: Drop redundant Windows prototypes X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/master X-Git-Oldrev: e71628b889de43ce37b76286a9bd204ac5efab3e X-Git-Newrev: 73aefcb5c23b9ca186746ad2df55f82741fff6bb Message-Id: <20220804201436.5CEA93857006@sourceware.org> Date: Thu, 4 Aug 2022 20:14:36 +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: Thu, 04 Aug 2022 20:14:36 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D73aefcb5c23= b9ca186746ad2df55f82741fff6bb commit 73aefcb5c23b9ca186746ad2df55f82741fff6bb Author: Corinna Vinschen Date: Thu Aug 4 21:13:15 2022 +0200 Cygwin: clock.cc: Drop redundant Windows prototypes =20 Signed-off-by: Corinna Vinschen Diff: --- winsup/cygwin/clock.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/winsup/cygwin/clock.cc b/winsup/cygwin/clock.cc index e010ed488..0c0bd9994 100644 --- a/winsup/cygwin/clock.cc +++ b/winsup/cygwin/clock.cc @@ -142,9 +142,6 @@ clk_thread_t::now (clockid_t clockid, struct timespec *= ts) return 0; } =20 -extern "C" void WINAPI QueryUnbiasedInterruptTimePrecise (PULONGLONG); -extern "C" void WINAPI QueryInterruptTimePrecise (PULONGLONG); - int clk_monotonic_t::now (clockid_t clockid, struct timespec *ts) {