public inbox for cygwin-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] Cygwin: clock.cc: Drop redundant Windows prototypes
@ 2022-08-04 20:14 Corinna Vinschen
0 siblings, 0 replies; only message in thread
From: Corinna Vinschen @ 2022-08-04 20:14 UTC (permalink / raw)
To: cygwin-cvs
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=73aefcb5c23b9ca186746ad2df55f82741fff6bb
commit 73aefcb5c23b9ca186746ad2df55f82741fff6bb
Author: Corinna Vinschen <corinna@vinschen.de>
Date: Thu Aug 4 21:13:15 2022 +0200
Cygwin: clock.cc: Drop redundant Windows prototypes
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
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;
}
-extern "C" void WINAPI QueryUnbiasedInterruptTimePrecise (PULONGLONG);
-extern "C" void WINAPI QueryInterruptTimePrecise (PULONGLONG);
-
int
clk_monotonic_t::now (clockid_t clockid, struct timespec *ts)
{
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-08-04 20:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-04 20:14 [newlib-cygwin] Cygwin: clock.cc: Drop redundant Windows prototypes Corinna Vinschen
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).