musl/arch/x32
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
..
bits fix signal.h breakage from moving stack_t to arch-specific bits 2014-03-18 23:27:45 -04:00
src add namespace-protected name for sysinfo function 2014-04-15 18:16:37 -04:00
atomic.h import vanilla x86_64 code as x32 2014-02-23 11:07:18 +01:00
crt_arch.h import vanilla x86_64 code as x32 2014-02-23 11:07:18 +01:00
pthread_arch.h import vanilla x86_64 code as x32 2014-02-23 11:07:18 +01:00
reloc.h make the x32 port use the correct ld-musl-x32.path filename 2014-02-23 23:20:18 -05:00
syscall_arch.h fix x32 syscall arch.h timespec fixup code 2014-02-23 20:49:58 +01:00