mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-18 23:12:15 +08:00
Cygwin: clock.cc: Drop redundant Windows prototypes
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
e71628b889
commit
73aefcb5c2
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user