Commit 77eb3558 authored by Randolph Chung's avatar Randolph Chung Committed by Linus Torvalds

[PATCH] add missing declaration to fix kernel/compat.c warning

Fixes a warning in kernel/compat.c.
Signed-off-by: default avatarRandolph Chung <tausq@debian.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 7b4bc201
......@@ -114,6 +114,9 @@ asmlinkage long sys_getitimer(int which, struct itimerval __user *value);
asmlinkage long sys_setitimer(int which,
struct itimerval __user *value,
struct itimerval __user *ovalue);
asmlinkage long sys_timer_create(clockid_t which_clock,
struct sigevent __user *timer_event_spec,
timer_t __user * created_timer_id);
asmlinkage long sys_timer_gettime(timer_t timer_id,
struct itimerspec __user *setting);
asmlinkage long sys_timer_getoverrun(timer_t timer_id);
......
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