commit | 86d94843cf4e7831dd118175d3814be037eb9056 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Fri Feb 08 12:59:13 2013 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Fri Feb 08 12:59:13 2013 +0100 |
tree | b4174ee53f691b43e17500cf64f5538dd47d666f | |
parent | 28ac68f2ab90e85663ecedcf9b56847290cd1ed4 [diff] |
Remove vestigial hacks around non-Linux struct sigactions * signal.c: Stop using __sighandler_t glibc'ism. Remove SA_HANDLER macro. Explain why we can't use "sa_handler" as a field name. (sys_sigaction): Use __sa_handler instead of SA_HANDLER macro. (sys_rt_sigaction): Likewise. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>