Lines Matching refs:sa_handler__
20913 Rename __sa_handler to sa_handler__ as names starting with underscore
20916 * signal.c (old_sigaction): Rename __sa_handler to sa_handler__,
20917 all users updated. Change the type of sa_handler__ and sa_restorer
20919 (old_sigaction32): Rename __sa_handler to sa_handler__, all users
20922 old_sigaction32.sa_handler__ to old_sigaction.sa_handler__,
20924 and from old_sigaction.sa_handler__ to unsigned long. Print
20926 * signal.c (new_sigaction): Rename __sa_handler to sa_handler__,
20927 all users updated. Change the type of sa_handler__ and sa_restorer
20929 (new_sigaction32): Rename __sa_handler to sa_handler__, all users
20932 new_sigaction32.sa_handler__ to new_sigaction.sa_handler__,
20934 and from new_sigaction.sa_handler__ to unsigned long. Print