mirror_zfs/lib/libspl
Alexander Moch bbbf438d66
linux: use sys/stat.h instead of linux/stat.h
glibc includes linux/stat.h for statx, but musl defines its own statx
struct and associated constants, which does not include STATX_MNT_ID
yet. Thus, including linux/stat.h directly should be avoided for
maximum libc compatibility.

Tested on:
  - glibc: x86_64, i686, aarch64, armv7l, armv6l
  - musl: x86_64, aarch64, armv7l, armv6l

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Tested-By: Achill Gilgenast <achill@achill.org>

Closes #17675
(cherry picked from commit ccf5a8a6fc)

Signed-off-by: classabbyamp <dev@placeviolette.net>
Signed-off-by: Alexander Moch <mail@alexmoch.com>
Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com>
2025-12-09 11:58:45 -08:00
..
include linux: use sys/stat.h instead of linux/stat.h 2025-12-09 11:58:45 -08:00
os Validate mountpoint on path-based unmount using statx 2025-08-05 12:27:25 -04:00
assert.c SPDX: license tags: CDDL-1.0 2025-04-16 09:59:44 -07:00
atomic.c SPDX: license tags: CDDL-1.0 2025-04-16 09:59:44 -07:00
backtrace.c Support using llvm-libunwind 2025-05-28 16:00:28 -07:00
getexecname.c SPDX: license tags: CDDL-1.0 2025-04-16 09:59:44 -07:00
libspl_impl.h SPDX: license tags: CDDL-1.0 2025-04-16 09:59:44 -07:00
list.c SPDX: license tags: CDDL-1.0 2025-04-16 09:59:44 -07:00
Makefile.am libspl: lift backtrace into a separate file 2024-05-14 09:48:45 -07:00
mkdirp.c SPDX: license tags: CDDL-1.0 2025-04-16 09:59:44 -07:00
page.c SPDX: license tags: CDDL-1.0 2025-04-16 09:59:44 -07:00
strlcat.c SPDX: license tags: CDDL-1.0 2025-04-16 09:59:44 -07:00
strlcpy.c SPDX: license tags: CDDL-1.0 2025-04-16 09:59:44 -07:00
timestamp.c SPDX: license tags: CDDL-1.0 2025-04-16 09:59:44 -07:00