bugs_64.c 195 B

123456789101112131415
  1. /*
  2. * Copyright 2003 PathScale, Inc.
  3. *
  4. * Licensed under the GPL
  5. */
  6. #include <sysdep/ptrace.h>
  7. void arch_check_bugs(void)
  8. {
  9. }
  10. void arch_examine_signal(int sig, struct uml_pt_regs *regs)
  11. {
  12. }