summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/os/taskq.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/os/taskq.c')
-rw-r--r--usr/src/uts/common/os/taskq.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr/src/uts/common/os/taskq.c b/usr/src/uts/common/os/taskq.c
index d9fa450c99..fcdfe292dd 100644
--- a/usr/src/uts/common/os/taskq.c
+++ b/usr/src/uts/common/os/taskq.c
@@ -1366,6 +1366,12 @@ taskq_wait(taskq_t *tq)
}
}
+void
+taskq_wait_id(taskq_t *tq, taskqid_t id __unused)
+{
+ taskq_wait(tq);
+}
+
/*
* Suspend execution of tasks.
*