Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
filemap: define PROC_SUPER_MAGIC, avoid linux/magic.h (#2103)
PR #1848 caused build issues with some "unusual" build configurations – apparently we can't rely on linux/magic.h being present when cross-building for musl libc. Defining PROC_SUPER_MAGIC should not cause a problems since it should be considered part of the Linux kernel/user API and it is unlikely to change.
- Loading branch information