summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bind/lib/isc/timer.c
diff options
context:
space:
mode:
authorflorian <florian@openbsd.org>2020-01-07 19:09:26 +0000
committerflorian <florian@openbsd.org>2020-01-07 19:09:26 +0000
commita59702155124f11e4e0b4e74a52e006d6f5fbd7d (patch)
tree576b521c1ffa98a51100ea7a8cb2c105d8c3abbb /usr.sbin/bind/lib/isc/timer.c
parentRemove thread support. Minus 4k lines. (diff)
downloadwireguard-openbsd-a59702155124f11e4e0b4e74a52e006d6f5fbd7d.tar.xz
wireguard-openbsd-a59702155124f11e4e0b4e74a52e006d6f5fbd7d.zip
We are not windows. Minus 500 lines.
OK millert
Diffstat (limited to 'usr.sbin/bind/lib/isc/timer.c')
-rw-r--r--usr.sbin/bind/lib/isc/timer.c5
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;