commit | 82b67b9897ac0f6791dddeb98c4b876418a6a162 | [log] [tgz] |
---|---|---|
author | Dimitry Ivanov <dimitry@google.com> | Mon Aug 01 11:19:03 2016 -0700 |
committer | Dimitry Ivanov <dimitry@google.com> | Mon Aug 01 14:14:06 2016 -0700 |
tree | b220869ada1e498f6b3b101e1ffdf84c225540f3 | |
parent | fcc3c6d26a7e5abd84c348278ec5133d96726048 [diff] |
libsigchain: intercept bsd_signal on lp32 bsd_signal is a deprecated synonym for the signal. Nevertheless there are apps and libraries calling this function. libsigchain needs to intercept these calls and handle them the same way it handles signal() call. Bug: http://b/30562229 Test: readelf --dyn-sym app_process32 and check that bsd_signal is exported readelf --dyn-sym app_process64 and check that bsd_signal is not exported Change-Id: I3aa41632bb015568d8524a82f1c97e4443ec0d6c