Files
semi-libc/src/internal
Rich Felker 788d5e24ca remove external __syscall function and last remaining users
the weak version of __syscall_cp_c was using a tail call to __syscall
to avoid duplicating the 6-argument syscall code inline in small
static-linked programs, but now that __syscall no longer exists, the
inline expansion is no longer duplication.

the syscall.h machinery suppported up to 7 syscall arguments, only via
an external __syscall function, but we presently have no syscall call
points that actually make use of that many, and the kernel only
defines 7-argument calling conventions for arm, powerpc (32-bit), and
sh. if it turns out we need them in the future, they can easily be
added.
2019-04-10 20:11:19 -04:00
..
2018-09-12 14:34:37 -04:00
2019-03-14 20:52:18 -04:00
2019-03-14 20:52:18 -04:00
2016-11-11 12:58:27 -05:00