Page MenuHomeFreeBSD

Command-Line Input

Authored By
markj
Nov 8 2021, 3:07 PM
Size
536 B
Referenced Files
None
Subscribers
None

Command-Line Input

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

File Metadata

Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4198049
Default Alt Text
Command-Line Input (536 B)

Event Timeline