mirror of
https://github.com/fluencelabs/musl
synced 2025-05-30 16:11:40 +00:00
the reordering of headers caused some risc archs to not see the __syscall declaration anymore. this caused build errors on mips with any compiler, and on arm and microblaze with clang. we now declare it locally just like the powerpc port does.