OSDN Git Service

allow archs to provide a 7-argument syscall if needed
authorRich Felker <dalias@aerifal.cx>
Sun, 5 May 2019 15:15:23 +0000 (11:15 -0400)
committerRich Felker <dalias@aerifal.cx>
Sun, 5 May 2019 15:15:23 +0000 (11:15 -0400)
commitd7b583420bfc0897b6ccc90afb7e41333a221c09
tree10557ee287522e92298ca2df52529032e28c306c
parent7b6ec3de7192daf255a22ad7113732c8262f0f63
allow archs to provide a 7-argument syscall if needed

commit 788d5e24ca19c6291cebd8d1ad5b5ed6abf42665 noted that we could
add this if needed, and in fact it is needed, but not for one of the
archs documented as having a 7th syscall arg register. rather, it's
needed for mips (o32), where all but the first 4 arguments are passed
on the stack, and the stack can accommodate a 7th.
src/internal/syscall.h