• R
    add __sysv_signal abi-compat alias for the signal function · 6ce1fade
    Rich Felker 提交于
    it should be noted that the "real" __sysv_signal, which we do not
    implement, is semantically different from signal. references to
    __sysv_signal arise in code built against glibc under certain
    combinations of feature test macros, and are almost surely
    unintentional since the legacy sysv signal behavior has fundamental
    race conditions that cannot be worked around and which make it
    impossible to use safely.
    6ce1fade
signal.c 414 字节