musl/arch
Rich Felker de20a8ffc5 add namespace-protected name for sysinfo function
it will be needed to implement some things in sysconf, and the syscall
can't easily be used directly because the x32 syscall uses the wrong
structure layout. the l (uncreative, for "linux") prefix is used since
the symbol name __sysinfo is already taken for AT_SYSINFO from the aux
vector.

the way the x32 override of this function works is also changed to be
simpler and avoid the useless jump instruction.
2014-04-15 18:16:37 -04:00
..
arm use dmb barrier instruction for atomics on arm v7 2014-04-14 23:41:49 -04:00
i386 fix signal.h breakage from moving stack_t to arch-specific bits 2014-03-18 23:27:45 -04:00
microblaze fix microblaze syscall register clobbers 2014-04-02 14:13:20 -04:00
mips fix signal.h breakage from moving stack_t to arch-specific bits 2014-03-18 23:27:45 -04:00
powerpc fix signal.h breakage from moving stack_t to arch-specific bits 2014-03-18 23:27:45 -04:00
sh fix signal.h breakage from moving stack_t to arch-specific bits 2014-03-18 23:27:45 -04:00
x32 add namespace-protected name for sysinfo function 2014-04-15 18:16:37 -04:00
x86_64 fix signal.h breakage from moving stack_t to arch-specific bits 2014-03-18 23:27:45 -04:00