• R
    internal/syscall.h: add syscall_arg_t macro · 5cc1d920
    rofl0r 提交于
    some 32-on-64 archs require that the actual syscall args be long long.
    in that case syscall_arch.h can define syscall_arg_t to whatever it needs
    and syscall.h picks it up.
    all other archs just use long as usual.
    5cc1d920
syscall.h 4.9 KB