mirror_zfs/lib/libspl/include/os/linux/sys
alaviss 6b1139e82c
sys/mnttab.h: include sys/stat.h for stat64
Musl libc defined `stat64` as a macro, which causes the build to fail
upon compiling os/linux/getmntany.c due to conflicts between the forward
declaration and the implementation.

This commit fixes that by including <sys/stat.h> in "sys/mnttab.h"
directly.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Hiếu Lê <leorize+oss@disroot.org>
Closes #10195
2020-04-14 11:47:40 -07:00
..
byteorder.h OpenZFS restructuring - libspl 2019-10-02 10:39:48 -07:00
errno.h Move platform dependent errno aliases 2019-10-25 13:40:50 -07:00
Makefile.am Refactor zfs_context.h to build on FreeBSD 2019-12-04 13:12:57 -08:00
mnttab.h sys/mnttab.h: include sys/stat.h for stat64 2020-04-14 11:47:40 -07:00
mount.h OpenZFS restructuring - libspl 2019-10-02 10:39:48 -07:00
param.h OpenZFS restructuring - libspl 2019-10-02 10:39:48 -07:00
stat.h OpenZFS restructuring - libspl 2019-10-02 10:39:48 -07:00
sysmacros.h OpenZFS restructuring - libspl 2019-10-02 10:39:48 -07:00
uio.h OpenZFS restructuring - libspl 2019-10-02 10:39:48 -07:00
zfs_context_os.h Refactor zfs_context.h to build on FreeBSD 2019-12-04 13:12:57 -08:00