Commit 10d91c8c authored by Jeff Dike's avatar Jeff Dike

Updated to 2.5.52. A couple of changes relating to system call

restarting.
parent 2e7fa3fb
......@@ -16,6 +16,7 @@
#include "linux/binfmts.h"
#include "asm/signal.h"
#include "asm/uaccess.h"
#include "asm/unistd.h"
#include "user_util.h"
#include "kern_util.h"
#include "signal_kern.h"
......
......@@ -13,6 +13,7 @@
#include "sysdep/syscalls.h"
#include "kern_util.h"
extern syscall_handler_t sys_restart_syscall;
extern syscall_handler_t sys_ni_syscall;
extern syscall_handler_t sys_exit;
extern syscall_handler_t sys_fork;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment