sigcontext.c 446 B

1234567891011121314
  1. #include "asm/ptrace.h"
  2. #include "asm/sigcontext.h"
  3. #include "sysdep/ptrace.h"
  4. /*
  5. * Overrides for Emacs so that we follow Linus's tabbing style.
  6. * Emacs will notice this stuff at the end of the file and automatically
  7. * adjust the settings for this buffer only. This must remain at the end
  8. * of the file.
  9. * ---------------------------------------------------------------------------
  10. * Local variables:
  11. * c-file-style: "linux"
  12. * End:
  13. */