• R
    internal/syscall.h: use a macro for the syscall args casts · bf84967c
    rofl0r 提交于
    this allows syscall_arch.h to define the macro __scc if special
    casting is needed, as is the case for x32, where the actual syscall
    arguments are 64bit, but, in case of pointers, would get sign-extended
    and thus become invalid.
    bf84967c
syscall.h 4.8 KB