Unbreak FreeBSD world build after 3bd4df384
Reviewed-by: Alexander Motin <mav@FreeBSD.org> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Martin Matuska <mm@FreeBSD.org> Closes #15504
This commit is contained in:
parent
a160c153e2
commit
1c1be60fa2
|
@ -120,6 +120,7 @@ void taskq_resume(taskq_t *);
|
||||||
#endif /* _KERNEL */
|
#endif /* _KERNEL */
|
||||||
|
|
||||||
#ifdef _STANDALONE
|
#ifdef _STANDALONE
|
||||||
|
typedef void taskq_t;
|
||||||
typedef int taskq_ent_t;
|
typedef int taskq_ent_t;
|
||||||
#define taskq_init_ent(x)
|
#define taskq_init_ent(x)
|
||||||
#endif /* _STANDALONE */
|
#endif /* _STANDALONE */
|
||||||
|
|
Loading…
Reference in New Issue