mirror of
https://github.com/boostorg/filesystem.git
synced 2026-01-19 04:12:09 +00:00
Even though the syscall number is defined in kernel headers, the syscall is blacklisted by seccomp in runtime. Note that Android 11 also introduces the libc wrapper for statx, so effectively the library will always use the libc wrapper on Android. Reported in https://github.com/boostorg/filesystem/issues/229.