Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Paste
P526
Command-Line Input
Active
Public
Actions
Authored by
markj
on Nov 8 2021, 3:07 PM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Flag For Later
Award Token
Tags
None
Referenced Files
F31671190: Command-Line Input
Nov 8 2021, 3:07 PM
2021-11-08 15:07:43 (UTC+0)
Subscribers
None
diff --git a/sys/modules/opensolaris/Makefile b/sys/modules/opensolaris/Makefile
index 536b9637cd3c..8400129ca269 100644
--- a/sys/modules/opensolaris/Makefile
+++ b/sys/modules/opensolaris/Makefile
@@ -27,7 +27,17 @@ SRCS+= opensolaris_atomic.c
CFLAGS+= ${OPENZFS_CFLAGS}
-EXPORT_SYMS= cpu_core
+EXPORT_SYMS= cmn_err \
+ cpu_core \
+ cpu_lock \
+ kmem_cache_alloc \
+ kmem_cache_create \
+ kmem_cache_destroy \
+ kmem_cache_free \
+ M_SOLARIS \
+ solaris_cpu \
+ zfs_kmem_alloc \
+ zfs_kmem_free
IGNORE_PRAGMA= 1
Event Timeline
markj
created this paste.
Nov 8 2021, 3:07 PM
2021-11-08 15:07:43 (UTC+0)
markj
mentioned this in
D32878: kernel linker: do not read debug symbol tables for non-debug symbols
.
Nov 8 2021, 3:24 PM
2021-11-08 15:24:09 (UTC+0)
Log In to Comment