]> git.ipfire.org Git - thirdparty/systemd.git/commit
tree-wide: include asm/sgidefs.h to make _MIPS_SIM_ABI32 and friends defined 38169/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 11 Jul 2025 08:23:36 +0000 (17:23 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 11 Jul 2025 08:26:28 +0000 (17:26 +0900)
commit0c443a880083bf359c434bbdb948d941118bd42a
tree5c5445f76431aedca5f76021773d75478ee6abab
parente7a86455ed5eb4d9ca19d2f023b62f08826b9a2f
tree-wide: include asm/sgidefs.h to make _MIPS_SIM_ABI32 and friends defined

The header provides _MIPS_SIM_ABI32 and friends. Glibc indirectly includes
the header through sys/syscall.h or unistd.h, but let's explicitly include
the header where we use _MIPS_SIM_ABI32 and friends.
src/include/override/sys/generate-syscall.py
src/include/override/sys/syscall.h
src/shared/base-filesystem.c
src/shared/seccomp-util.c