Lines Matching refs:sa_handler__
1723 Rename __sa_handler to sa_handler__ as names starting with underscore
1726 * signal.c (old_sigaction): Rename __sa_handler to sa_handler__,
1727 all users updated. Change the type of sa_handler__ and sa_restorer
1729 (old_sigaction32): Rename __sa_handler to sa_handler__, all users
1732 old_sigaction32.sa_handler__ to old_sigaction.sa_handler__,
1734 and from old_sigaction.sa_handler__ to unsigned long. Print
1736 * signal.c (new_sigaction): Rename __sa_handler to sa_handler__,
1737 all users updated. Change the type of sa_handler__ and sa_restorer
1739 (new_sigaction32): Rename __sa_handler to sa_handler__, all users
1742 new_sigaction32.sa_handler__ to new_sigaction.sa_handler__,
1744 and from new_sigaction.sa_handler__ to unsigned long. Print