blob: 506b6765bbcb917a5b77dcd5ab66e97c46da471f [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * Copyright 2003 PathScale, Inc.
3 *
4 * Licensed under the GPL
5 */
6
Linus Torvalds1da177e2005-04-16 15:20:36 -07007#include "sysdep/ptrace.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -07008
9void arch_init_thread(void)
10{
11}
12
13void arch_check_bugs(void)
14{
15}
16
Jeff Dike77bf4402007-10-16 01:26:58 -070017int arch_handle_signal(int sig, struct uml_pt_regs *regs)
Linus Torvalds1da177e2005-04-16 15:20:36 -070018{
Jeff Dikea5ed1ff2007-05-06 14:50:58 -070019 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -070020}