add __sysv_signal abi-compat alias for the signal function
authorRich Felker <dalias@aerifal.cx>
Sun, 22 Jun 2014 04:39:03 +0000 (00:39 -0400)
committerRich Felker <dalias@aerifal.cx>
Sun, 22 Jun 2014 04:39:03 +0000 (00:39 -0400)
commit6ce1fade494c98414523568989fc7adea87f3402
treeb228ddf31cce238447f8191b01527062356c5868
parent1fd0f6e31f157cc9be115c29f0c537d8a225cc86
add __sysv_signal abi-compat alias for the signal function

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.
src/signal/signal.c