Skip to content

Commit

Permalink
Unbreak FreeBSD world build after 3bd4df3
Browse files Browse the repository at this point in the history
Reviewed-by: Alexander Motin <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Martin Matuska <[email protected]>
Closes #15504
  • Loading branch information
mmatuska authored Nov 9, 2023
1 parent a160c15 commit 1c1be60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/os/freebsd/spl/sys/taskq.h
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ void taskq_resume(taskq_t *);
#endif /* _KERNEL */

#ifdef _STANDALONE
typedef void taskq_t;
typedef int taskq_ent_t;
#define taskq_init_ent(x)
#endif /* _STANDALONE */
Expand Down

0 comments on commit 1c1be60

Please sign in to comment.