mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-03-11 04:46:18 +03:00
libzpool: move ZFS-specific headers from libspl
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:
parent
f49b93e2c7
commit
37d5df62e0
@ -24,8 +24,6 @@ libspl_rpc_HEADERS = \
|
||||
|
||||
libspl_sysdir = $(libspldir)/sys
|
||||
libspl_sys_HEADERS = \
|
||||
%D%/sys/abd_os.h \
|
||||
%D%/sys/abd_impl_os.h \
|
||||
%D%/sys/acl.h \
|
||||
%D%/sys/acl_impl.h \
|
||||
%D%/sys/asm_linkage.h \
|
||||
@ -58,7 +56,6 @@ libspl_sys_HEADERS = \
|
||||
%D%/sys/systeminfo.h \
|
||||
%D%/sys/time.h \
|
||||
%D%/sys/trace_spl.h \
|
||||
%D%/sys/trace_zfs.h \
|
||||
%D%/sys/tunables.h \
|
||||
%D%/sys/types.h \
|
||||
%D%/sys/types32.h \
|
||||
|
||||
@ -1,3 +1,6 @@
|
||||
libzpool_sysdir = $(includedir)/libzpool/sys
|
||||
libzpool_sys_HEADERS = \
|
||||
%D%/sys/abd_os.h \
|
||||
%D%/sys/abd_impl_os.h \
|
||||
%D%/sys/trace_zfs.h \
|
||||
%D%/sys/zfs_context_os.h
|
||||
|
||||
@ -130,8 +130,8 @@ my $untagged_patterns = q(
|
||||
lib/libspl/include/os/freebsd/sys/sysmacros.h
|
||||
lib/libspl/include/sys/string.h
|
||||
lib/libspl/include/sys/trace_spl.h
|
||||
lib/libspl/include/sys/trace_zfs.h
|
||||
lib/libzdb/libzdb.c
|
||||
lib/libzpool/include/sys/trace_zfs.h
|
||||
module/lua/setjmp/setjmp.S
|
||||
module/lua/setjmp/setjmp_ppc.S
|
||||
module/zstd/include/sparc_compat.h
|
||||
|
||||
Loading…
Reference in New Issue
Block a user