mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 10:37:35 +03:00
libzpool: move zfs_context_os.h from libspl
Keeping the spl/zfs module split, libzpool is the zfs module for userspace. Headers and functions specific to it belong there. Sponsored-by: https://despairlabs.com/sponsor/ Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Rob Norris <robn@despairlabs.com> Closes #17861
This commit is contained in:
committed by
Brian Behlendorf
parent
5588f189a7
commit
f49b93e2c7
@@ -65,7 +65,6 @@ libspl_sys_HEADERS = \
|
||||
%D%/sys/uio.h \
|
||||
%D%/sys/vnode.h \
|
||||
%D%/sys/wmsum.h \
|
||||
%D%/sys/zfs_context_os.h \
|
||||
%D%/sys/zone.h
|
||||
|
||||
libspl_ia32dir = $(libspldir)/sys/ia32
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
include $(srcdir)/%D%/include/Makefile.am
|
||||
|
||||
libzpool_la_CFLAGS = $(AM_CFLAGS) $(KERNEL_CFLAGS) $(LIBRARY_CFLAGS)
|
||||
libzpool_la_CFLAGS += $(ZLIB_CFLAGS)
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
libzpool_sysdir = $(includedir)/libzpool/sys
|
||||
libzpool_sys_HEADERS = \
|
||||
%D%/sys/zfs_context_os.h
|
||||
Reference in New Issue
Block a user