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;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
extern "C" void WINAPI QueryUnbiasedInterruptTimePrecise (PULONGLONG);
|
|
||||||
extern "C" void WINAPI QueryInterruptTimePrecise (PULONGLONG);
|
|
||||||
|
|
||||||
int
|
int
|
||||||
clk_monotonic_t::now (clockid_t clockid, struct timespec *ts)
|
clk_monotonic_t::now (clockid_t clockid, struct timespec *ts)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue