bugs.c 237 B

1234567891011121314151617181920
  1. /*
  2. * Copyright 2003 PathScale, Inc.
  3. *
  4. * Licensed under the GPL
  5. */
  6. #include "sysdep/ptrace.h"
  7. void arch_init_thread(void)
  8. {
  9. }
  10. void arch_check_bugs(void)
  11. {
  12. }
  13. int arch_handle_signal(int sig, struct uml_pt_regs *regs)
  14. {
  15. return 0;
  16. }