restore.c 183 B

12345678910
  1. /* These functions will not work, but suffice for targets where the
  2. * kernel sigaction structure does not actually use sa_restorer. */
  3. void __restore()
  4. {
  5. }
  6. void __restore_rt()
  7. {
  8. }