diff options
Diffstat (limited to 'usr.sbin/bind/lib/isc/timer.c')
-rw-r--r-- | usr.sbin/bind/lib/isc/timer.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/bind/lib/isc/timer.c b/usr.sbin/bind/lib/isc/timer.c index 56f389ff893..013557ed968 100644 --- a/usr.sbin/bind/lib/isc/timer.c +++ b/usr.sbin/bind/lib/isc/timer.c @@ -14,7 +14,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: timer.c,v 1.5 2020/01/07 19:08:09 florian Exp $ */ +/* $Id: timer.c,v 1.6 2020/01/07 19:09:26 florian Exp $ */ /*! \file */ @@ -779,9 +779,6 @@ dispatch(isc__timermgr_t *manager, isc_time_t *now) { #ifdef USE_TIMER_THREAD static isc_threadresult_t -#ifdef _WIN32 /* XXXDCL */ -WINAPI -#endif run(void *uap) { isc__timermgr_t *manager = uap; isc_time_t now; |