diff options
| author | 2020-01-07 19:09:26 +0000 | |
|---|---|---|
| committer | 2020-01-07 19:09:26 +0000 | |
| commit | a59702155124f11e4e0b4e74a52e006d6f5fbd7d (patch) | |
| tree | 576b521c1ffa98a51100ea7a8cb2c105d8c3abbb /usr.sbin/bind/lib/isc/task.c | |
| parent | Remove thread support. Minus 4k lines. (diff) | |
| download | wireguard-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/task.c')
| -rw-r--r-- | usr.sbin/bind/lib/isc/task.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.sbin/bind/lib/isc/task.c b/usr.sbin/bind/lib/isc/task.c index c956155a018..b0559d1d2f8 100644 --- a/usr.sbin/bind/lib/isc/task.c +++ b/usr.sbin/bind/lib/isc/task.c @@ -1275,9 +1275,6 @@ dispatch(isc__taskmgr_t *manager) { #ifdef USE_WORKER_THREADS static isc_threadresult_t -#ifdef _WIN32 -WINAPI -#endif run(void *uap) { isc__taskmgr_t *manager = uap; |
