mirror of
https://git.freebsd.org/src.git
synced 2026-01-12 06:54:03 +00:00
mqueuefs: Export another symbol required by linux.ko
Fixes: e00a781c21 ("mqueue: Export kern_kmq_* symbols from kernel module")
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
78c6cfdc3d
commit
eb90470f5f
1 changed files with 2 additions and 1 deletions
|
|
@ -10,6 +10,7 @@ EXPORT_SYMS= \
|
|||
kern_kmq_open \
|
||||
kern_kmq_setattr \
|
||||
kern_kmq_timedreceive \
|
||||
kern_kmq_timedsend
|
||||
kern_kmq_timedsend \
|
||||
sys_kmq_unlink
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue