From 9c58c3bd4cb6cd948328b2bd7833007770ab8b8c Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Mon, 17 Mar 2003 21:19:04 -0800 Subject: [PATCH] posix timers update Patch from george anzinger Fix the "large sleep returns EINVAL" problem, and clean a few things up. --- include/linux/thread_info.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/linux/thread_info.h') diff --git a/include/linux/thread_info.h b/include/linux/thread_info.h index 8bacba8ed989..d252f45a0f9b 100644 --- a/include/linux/thread_info.h +++ b/include/linux/thread_info.h @@ -12,7 +12,7 @@ */ struct restart_block { long (*fn)(struct restart_block *); - unsigned long arg0, arg1, arg2; + unsigned long arg0, arg1, arg2, arg3; }; extern long do_no_restart_syscall(struct restart_block *parm); -- cgit v1.2.3