use syscall_arg_t and __scc macro for arguments to __alt_socketcall
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>
Fri, 1 Jul 2022 15:09:10 +0000 (11:09 -0400)
committerRich Felker <dalias@aerifal.cx>
Tue, 2 Aug 2022 18:12:18 +0000 (14:12 -0400)
otherwise, pointer arguments are sign-extended on x32, resulting in
EFAULT.


No differences found