From: Alex Xu (Hello71) Date: Fri, 1 Jul 2022 15:09:10 +0000 (-0400) Subject: use syscall_arg_t and __scc macro for arguments to __alt_socketcall X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;ds=sidebyside;h=2404d9d643763e6eceafa9a1918925d80a84ad44;hp=2404d9d643763e6eceafa9a1918925d80a84ad44;p=musl use syscall_arg_t and __scc macro for arguments to __alt_socketcall otherwise, pointer arguments are sign-extended on x32, resulting in EFAULT. ---