]> git.hungrycats.org Git - linux/commitdiff
[PATCH] add missing declaration to fix kernel/compat.c warning
authorRandolph Chung <randolph@tausq.org>
Wed, 29 Sep 2004 10:35:37 +0000 (03:35 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 29 Sep 2004 10:35:37 +0000 (03:35 -0700)
Fixes a warning in kernel/compat.c.

Signed-off-by: Randolph Chung <tausq@debian.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/syscalls.h

index c08b42e2bee4defb47303b7f9dbdb7b2145fed26..bd26cf298d9a95d297fe2ab115ad62a1bbfec96c 100644 (file)
@@ -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);